| python Programming Glossary: ycbcrPython Imaging: YCbCr problems http://stackoverflow.com/questions/2797102/python-imaging-ycbcr-problems  Imaging YCbCr problems  I'm doing some image processing in Python using PIL.. seem to get any meaningful representation of my Image in a YCbCr format or at least I don't understand what PIL is giving me.. or at least I don't understand what PIL is giving me in YCbCr. PIL documentation claims YCbCr format gives three channels.. 
 How to read a raw image using PIL? http://stackoverflow.com/questions/3397157/how-to-read-a-raw-image-using-pil  transparency mask CMYK 4x8 bit pixels colour separation YCbCr 3x8 bit pixels colour video format I 32 bit signed integer pixels.. 
 Live video stream on server (PC) from images sent by robot through UDP http://stackoverflow.com/questions/4035365/live-video-stream-on-server-pc-from-images-sent-by-robot-through-udp  size image 0 image 1 data image 6 im Image.fromstring YCbCr size data s StringIO.StringIO im.save s JPEG UDPSock.sendto.. 
 |