PIL

Chris Rebert clp2 at rebertia.com
Tue Aug 3 04:56:20 EDT 2010


On Tue, Aug 3, 2010 at 1:45 AM, Navid Parvini <parvini_navid at yahoo.com> wrote:
> Dear All,
>
> I want to convert a .png file to .xpm using PIL. I used the following command:
> Image.open( "t1.png").save("a1.xpm"). But it doesn't work and I could not convert it.
>
> Would you please help me and let me know that how can I convert/save .xpm files in PIL.

PIL only supports reading .XPM, not writing .XPM:
http://www.pythonware.com/library/pil/handbook/format-xpm.htm

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list