Closed biw closed 9 months ago
Can you share a file that can be used to reproduce this issue. This project uses a native library that you will need to debug instead. If you would want to debug this I would advise you to debug the ImageMagick command line tools instead.
p.s. This project gets the native library from GitHub packages and that requires a token.
This project uses a native library that you will need to debug instead. If you would want to debug this I would advise you to debug the ImageMagick command line tools instead.
p.s. This project gets the native library from GitHub packages and that requires a token.
Sorry for my late response, I missed the notification! It is indeed a problem with ImageMagick
itself and I can recreate it with the command line too
Can you share a file that can be used to reproduce this issue.
One is included in the original post under images (the command line image)
I'm going to close this issue as it's not an issue with the wasm package 🙂
magick-wasm version
0.0.28
Description
Hello, thanks for writing a great library. I've been testing reading metadata written by
exiftool-vendored
and I have an issue when readingexif:UserComment
. It returns the stringASCII
rather than the set value.I also tried to install the package myself and debug but got the following issue when running
npm install
:Steps to Reproduce
To reproduce:
then
Images