Hello Image-siggers

Here's my problem... I have the following code:

srcImgFileName = ImageFileName + ".bmp"
dstImgFileName = ImageFileName + ".png"
im = Image.open(srcImgFileName)
im.save(dstImgFileName)

The thing is that the transparency in the .bmp file in set to
0xFF00FF... What I want to to is set the transparency index of the .png
file to point the location of the color 0xFF00FF in the palette.
Is there a way to do that?

Thanks a lot

   -Oli
_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to