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
Hello, I'm currently using 'github.com/disintegration/imaging' for image transformations and want to encode resulting image to jpeg using mozjpeg with this bindings. But 'disintegration/imaging' library returns images in NRGBA format, which go-libjpeg cannot understand.
Should NRGBA be added to this bindings or should I convert image from NRGBA to one of supported color schemes?
The text was updated successfully, but these errors were encountered:
Hello, I'm currently using 'github.com/disintegration/imaging' for image transformations and want to encode resulting image to jpeg using mozjpeg with this bindings. But 'disintegration/imaging' library returns images in NRGBA format, which go-libjpeg cannot understand.
Should NRGBA be added to this bindings or should I convert image from NRGBA to one of supported color schemes?
The text was updated successfully, but these errors were encountered: