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
examples: convert: Add support for RGBX output from 2712C1
By doubling the width, changing the output format to "UYVY" and
applying a matrix to swap the first two colour components, we
can output RGBX. The gotcha is that when downscaling, this can
result in an oversharp/aliasy image.
No support for RGBX input (though that would theoretically be
possible at unity scale, using a customized Resample kernel).
Signed-off-by: Nick Hollinghurst <[email protected]>
0 commit comments