Page 1 of 1

check image for transparency

Posted: Thu Jul 15, 2010 10:36 am
by nico
To check an image for transparency you can use the following html

Code: Select all

<html>
  <body bgcolor="red">
    <img src="YOLAND.PNG">
  </body>
</html>
Put it as 'test.html' in the same directory as your image and change the image name to YOLAND.PNG.
Doubleclick and it will show the image with a red background for the tranparant areas in your browser.

Hope this is usefull to somebody.

rgds
nico

Re: check image for transparency

Posted: Thu Jul 15, 2010 11:54 am
by FvE
Very usefull indeed.

Thanks Nico :!: