-
-
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
Sharp convert to jp2 format (JPEG2000) #2245
Comments
The work to expose magick-based output has started with PR #2012 |
So is this finally a thing? I would like to use |
In the same way that #2012 exposed a |
@lovell with 8.11 jp2 should be supported directly by libvips if compiled with libopenjpeg2, right? I suspect that this will make supporting the a dedicated |
@inukshuk Great, yes please, libvips 8.11.0 added |
Hello @lovell , |
v0.29.1 is now available with support for JP2 when you compile sharp from source using a globally-installed libvips that has been compiled with support for OpenJPEG. |
Hello,
I'm using latest versions of sharp and libvips
What are you trying to achieve?
I want to convert images like .png to .jp2
I've compiled and installed libvips globally, with imagemagick, itself compiled with jpeg2000 support.
Have you searched for similar questions?
Only found that one from 2018: #1489
Are you able to provide a minimal, standalone code sample that demonstrates this question?
If you could help me understand what should I update in the code to support something like:
Thanks in advance.
The text was updated successfully, but these errors were encountered: