phil2005
01-12-2005, 03:42 AM
I'm trying to save a WMF as a GIF using GDI+ but
bitmap.loadfromfile wmffile
bitmap savetofile giffile, gifcodec,0
loses the transparency.
Should the transparency be preserved automatically?
Do I have to find the transparent color in the wmf so I can set it in the gif? If so, how do I do that?
bitmap.loadfromfile wmffile
bitmap savetofile giffile, gifcodec,0
loses the transparency.
Should the transparency be preserved automatically?
Do I have to find the transparent color in the wmf so I can set it in the gif? If so, how do I do that?