-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Sharp convert to jp2 format (JPEG2000) #2245
Copy link
Copy link
Closed
Labels
Milestone
Description
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:
sharp(input)
.toFormat('jp2')
.toBuffer();
Thanks in advance.
Reactions are currently unavailable