PIL
James Mills
prologic at shortcircuit.net.au
Tue Aug 3 04:55:14 EDT 2010
On Tue, Aug 3, 2010 at 6:45 PM, Navid Parvini <parvini_navid at yahoo.com>wrote:
> 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.
>
Reading PIL's documentation might help.
Try:
$ pydoc Image
cheers
James
--
-- James Mills
--
-- "Problems are solved by method"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100803/a1941344/attachment-0001.html>
More information about the Python-list
mailing list