nokiatech / heif

High Efficiency Image File Format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loading Failed UNDEFINED_ERROR

kingvhit opened this issue · comments

Hello,
Thank you for creating the best library, I have chosen your lib into my android project which can help me convert between HEIC to JPG/JPEG.

However, about the HEIC format makes by Apple Camera, our app can work well with almost type of HEIC like still image, grid image.

But, I got the new file from my friend and he said it does not work, the output message throw exception Loading Failed UNDEFINED_ERROR

Could you please check this file, I have to try deep look at the source code, but didn't find anything.

Attached photo
IMG_2723.HEIC.zip

Try putting your files in a root directory (c:\123.hric)

Hi, I see your photo file's metadata header start with: ˇÿˇ‡��JFIF(FFD8FFE0 00144A46 4946) , it's jpeg prefix, .heic file should start with: ftypheic(00000020 66747970 68656963), hopes can help you. :)