PIL photocd loading

Kevin Cazabon kcazabon at home.com
Sun Feb 20 20:16:56 EST 2000


PIL can read PCD files that are in RGB format only... unfortunately
'standard' PCD images are saved in YCC format... so, I have never been able
to read a 'standard' PCD image.

Kevin.


<piet at cs.uu.nl> wrote in message news:ud7pumqnr.fsf at cs.uu.nl...
> Has anybody succeeded in loading photocd files with PIL?
> When I trie this, Python crashes with a memory access violation.
> This is on Windows NT with PIL 1.0 (Nov 99).
>
> import Image
> im = Image.open("yose05.pcd")
> im.show()
>
> --
> Piet van Oostrum <piet at cs.uu.nl>
> URL: http://www.cs.uu.nl/~piet [PGP]
> Private email: Piet.van.Oostrum at gironet.nl





More information about the Python-list mailing list