| View previous topic :: View next topic |
| Author |
Message |
Michael Fullerton Guest
|
Posted: Thu Apr 19, 2007 2:07 am Post subject: TIWImage Transparent gifs |
|
|
How do you get TIWImage to show transparent gifs as transparent? On
the form the gifs are transparent but when you run the app the
transparent color shows. I tried setting .TransparentColor to the
gif's transparent color to no effect. I entered $FF00FF which it sees
as clWebFuscia. |
|
| Back to top |
|
 |
Michael Fullerton Guest
|
Posted: Tue Apr 24, 2007 1:56 am Post subject: Re: TIWImage Transparent gifs |
|
|
Michael Fullerton <fullerm@spamkiller-remove.cybermatrix.com> wrote:
| Quote: | How do you get TIWImage to show transparent gifs as transparent? On
the form the gifs are transparent but when you run the app the
transparent color shows. I tried setting .TransparentColor to the
gif's transparent color to no effect. I entered $FF00FF which it sees
as clWebFuscia.
|
I think I understand the problem a little better. TIWImage.OutputType
was set to ioJPEG and JPEG do not support transparency. So I tried
changing to ioGIF. Now on running the IW app crashes saying Gif is not
supported. I do have GifImage, JvGIF in the Uses clause though
according to the docs this is only needed for design time. |
|
| Back to top |
|
 |
|