-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enhancement: add support for WebP compression within TIFF output #3198
Comments
It's possible the prebuilt libvips binaries provided for Windows already supports this according to https://github.com/libvips/build-win64-mxe/blob/8f930b90e7a02b279ae2b8b9093ff7128a418726/build/overrides.mk#L228 The script to build the Linux and macOS binaries would need the addition of We'd also need to modify the following to allow Line 770 in d396a4e
Happy to accept PRs for these, probably starting with the scripts that build libvips binaries, if you're able. |
I can confirm that this already works on Windows, tested with: vips copy zebra.jpg x.tif[compression=webp,pyramid] Perhaps the We could also add |
v0.31.0 now available with this improvement, thank you for the suggestion. |
Actually vips support webp in pyramid tiff in certain platform like ubuntu but not windows. Is it possible for sharp to support webp in all platform when vips didn't. The basis for this feature relies on libtiff, so I guess updating libtiff to latest version would supposedly solve the problem.
libvips/libvips#1839
Regards
The text was updated successfully, but these errors were encountered: