check image for transparency

Feature discussion
Post Reply
User avatar
nico
Posts: 44
Joined: Sat Jan 02, 2010 11:40 pm
Location: Maurik, Netherlands
Contact:

check image for transparency

Post 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
best regards
Nico
http://www.wsMaurik.nl/
FvE
Posts: 7114
Joined: Mon Oct 19, 2009 11:56 pm
Name: Fred
Location: Leiden, Netherlands
Contact:

Re: check image for transparency

Post by FvE »

Very usefull indeed.

Thanks Nico :!:
Post Reply