Re: Commit (HEAD): Update win32 image dialog w/ tight-wrap options

From: Dom Lachowicz <domlachowicz_at_yahoo.com>
Date: Mon Mar 07 2005 - 15:00:56 CET

> Add tight-wrap options to the win32 image dialog.
> Martin, do you have an image I can test
> tight-wrapping
> with? I tried a few transparent pngs and they didn't
> import as transparent, so I'm not sure if I picked
> incorrect images to test with or if transparency
> isn't
> supported on Windows.

It's the latter. In gr_Win32Image.cpp,
png_set_strip_alpha() is called, removing any alpha
channel from the image. If you want to make this work,
you need to remove that line and make
GR_Win32Graphics::drawImage() properly handle alpha
channels.

Best,
Dom

        
                
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
Received on Mon Mar 7 15:11:56 2005

This archive was generated by hypermail 2.1.8 : Mon Mar 07 2005 - 15:11:56 CET