CameraRoll.getImage() is returned same values

Hi. After update, CameraRoll.getImage() is something wrong.

CameraRoll.getImage()
  .then(function(j) {
   console.log("-------------------- select " , JSON.stringify(j));
 }, function(error) {
    console.log("-------------------- error :" + error);
 });
{"path":"/private/var/mobile/Containers/Data/Application/23676261-6FFA-4A4F-9E4F-3D1DFF5A3346/tmp/images/SubstandardFullSizeRender.jpg","name":"SubstandardFullSizeRender.jpg","width":256,"height":342,"info":{}}

My Mac is High Sierra 10.13.1

iOS is 11.1.1

And fuse is…

Fuse version 1.4.0 (build 14778)
Copyright (C) 2017 Fusetools

Hi Charlie. Exactly what is wrong?

Sorry, I completely spaced it.

When you select a picture taken in iPhone Burst mode, always same values are returned by getImage().

thank you reply.

Oh, okay. Could it be that the pictures on your device are saved in HEIC/HEIF format? If so, please check if the suggestions in this ticket help you.

If not, please share more details on what you’re trying to do, what is the expected outcome, what is the actual outcome, and make sure to include a complete, minimal reproduction that we could copy-paste and run to see the problem in action.