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
Some codecs require an RGB input format different from the one we get from the X11 server.
ie: nvjpeg only takes RGB and BGR as input but XShm images are in BGRX format.
The text was updated successfully, but these errors were encountered:
The commit above makes a massive difference, for some conversions the performance is doubled!
On my test system, going from ~600 Megapixels/s to 1200!
(for others, Cython would generate awful C code and they have been left as they are)
Some codecs require an RGB input format different from the one we get from the X11 server.
ie:
nvjpeg
only takesRGB
andBGR
as input butXShm
images are inBGRX
format.The text was updated successfully, but these errors were encountered: