catdad-experiments / heic-decode

🤳 decode heic images to extracts the raw pixel data
35 stars 13 forks source link

Please update libheif to newer version #8

Closed tuananhl closed 3 years ago

tuananhl commented 4 years ago

Hi @catdad I'm using heic-convert in a nodejs docker container. when I start my command. docker-compose up. it shows me this error bellow image image

I'm using heic-convert version 1.2.3

Thanks

catdad commented 4 years ago

I don't think the actual error itself is in your screenshot. It looks like this is only part of a stacktrace as well as nodemon saying the app has crashed. What is the error message? Also, can you share any details that will help me reproduce the issue? How is this module being used? What image are you trying to convert? What version of node are you using? Do you have a code sample that I can run?