On Apr 10, 2005, at 10:02 PM, Patrick Pagano wrote:
Is there such a beast working?
yup: just committed it to cvs, and also put a pre-compiled version on my ugly website:
http://homepage.mac.com/tigital
notes from the readme:
notes:
is converted to. This means we can now request a YUV colorspace, which is computationally much faster than yv12 to RGB or RGBA (so much so that it is the default). Colorspace can be indicated on object creation (ie. [pdp2gem RGB]) or by message (ie. [colorspace YUV<)
which includes altivec speedups! These use formulae from http://www.poynton.com/notes/colour_and_gamma/ColorFAQ.html#RTFToC30
automatically by GEM unless specifically stated (ie. by [pix_yuv], [pix_rgba], [pix_grey])
enjoy!
james