[IMAGE-SIG] raw YUV files

Kevin Hilman Kevin Hilman <khilman@equator.com>
17 Nov 1997 19:10:19 -0800


Has anyone written a ImageFile module for YUV files?  specifically for
files that are packed UYVY... (interlaced or non-interlaced)

I realize there is no header info in these, but all are the same
size, so I can hard-code the size into the module.  I wrote
a module to read raw 8-bit/pixel data from .Y files by
hard-coding the size into the module.  For UVUY though, I can't seem
to figure out how to skip every other pixel, and/or every other line.

Thanks.
-- 
Kevin Hilman -- khilman@ee.washington.edu                        


_______________
IMAGE-SIG - SIG on Image Processing with Python

send messages to: image-sig@python.org
administrivia to: image-sig-request@python.org
_______________