On Tue, Aug 3, 2010 at 6:45 PM, Navid Parvini <parvini_na...@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"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to