You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Hi, I'd like to use this to resize images with accurate gamma, which I would do by first converting to RGB, then resizing, then converting back to sRGB. However, using the Q8 version can result in severe colour issues because Q8 doesn't have enough precision for the conversion. Is there any chance of a Q16 version?
Right now there are no concrete plans for a Q16 or Q16-HDRI version. This was not done because wasm is only 32-bit right now. There is a 64-bit option but that used to be experimental. It no longer is experimental so I might play around with that in the future. And then I will need to figure out how to make this work with different versions of the .wasm file.
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Hi, I'd like to use this to resize images with accurate gamma, which I would do by first converting to RGB, then resizing, then converting back to sRGB. However, using the Q8 version can result in severe colour issues because Q8 doesn't have enough precision for the conversion. Is there any chance of a Q16 version?
I'm doing:
Which gives the same results as
-colorspace RGB -resize 1200x800 -colorspace sRGB
in the Q8 command line version.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: