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
I have tried compressing a raw 24 bpp image represented by an byte array,
I have tried both the JpegImage API and the low level jpeg_compress_struct structure,
I even tried changing the internal jpeg_set_colorspace_SET_COMP() values
i either get 4:2:0 chroma image or "Not implemented exception"
my input colorspace is RGB
my output colorspace is YcBcR