[Image-SIG] Conversion to ARGB format.

KwangYul Seo kwangyul.seo at gmail.com
Tue Jan 29 04:15:03 CET 2008


Hi,

Is it possible to convert a RGB image to ARGB format?  The following code
did not work.

import PIL.Image
im = PIL.Imageim.new("RGB", (100, 100))
im.convert("ARGB")


Thanks,
Kwang Yul Seo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/image-sig/attachments/20080129/f730598c/attachment.htm 


More information about the Image-SIG mailing list