Hi all,
I want to convert files stored in RGB [8:8:8] format to RGB [4:4:4],
RGB[12:12:12] etc.,i.e, basically i want to store images in RGB mode with
4,12 etc bit per band instead of the standard 8 bits.

For this, I think i will require *im.convert(mode, matrix)   *. But
unfortunately i couldn't find much reading material about it in the PIL
handbook. Plz guide me in the right direction
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to