Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make TIWImage transparent
#1
How can I make a TIWimage transparent ? 

I have tried loading a BMP image as 'picture', and I have set the property 'Transparentcolor' to clWebWHITE.

I would now expect that all white areas in the BMP become transparent, but this does not happen.
Reply
#2
If you want your application to scale, prefer TIWImageFile over TIWImage. TIWImage needs to be converted at runtime into a PNG (or JPG) to be served.
Also, it can't be cached by the web browser.

Best thing to do is: Create a transparent PNG file, save it into wwwroot folder and use the file name in TIWImageFile.
Reply
#3
Loading the image with a transparent color seems to do the job. Thanks!
Reply
#4
This has been fixed in the new update that we are building. Cheers,
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)