-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversion to GIF does not work #29
Comments
Alright, I have found a stumbling block. In the past I extracted and used only the contents of $ vips --vips-progress copy in.png out.gif
vips.exe temp-1: 162 x 192 pixels, 2 threads, 162 x 1 tiles, 128 lines in buffer
vips.exe temp-1: done in 0,00799s |
Since v8.11.0 some dependencies were built as dynamic loadable module within the "all" variant: PS> .\vips.exe --vips-config | Select-String "dynamic module: yes"
JXL load/save with libjxl: yes (dynamic module: yes)
PDF load with poppler-glib: yes (dynamic module: yes)
slide load with OpenSlide: yes (dynamic module: yes)
Magick package: MagickCore (dynamic module: yes)
|
Thank you, it works now. |
fwiw, the next version will probably place (and search for) the dynamic modules in the |
Sources: vips.exe, in.png
The text was updated successfully, but these errors were encountered: