# Legals # | ||||||||||||||||||
iOb is (C)1999 Romain Guy. Distibuted under GPL-2 license. powerteam@chez.com www.chez.com/powerteam |
||||||||||||||||||
# Overview # | ||||||||||||||||||
All right ! You've just finished your website and it contains a lot of well-designed graphics which took you a lot of blank nights to realize... And you don't want your visitors being able to rip your work... but how could you do that ? That's easy ! Just use iOb. iOb means Image Obfuscator. In fact, it allows you to display pictures on your web site through an applet. This way, visitors are not able to steal your pictures. iOb even allows you to create links, to change its bakcground color, to display infos in the browser's status bar... |
||||||||||||||||||
# Parameters # | ||||||||||||||||||
First at all, here is the easiest way to use iOb in one of your web pages:
<applet code="iOb.class" archive="iOb.jar" width="IMAGE_WIDTH" height="IMAGE_HEIGHT"> Do not forget to replace IMAGE_WIDTH and IMAGE_HEIGHT by the picture's width and height... Here is the list of available parameters:
Here are some examples of the usage of those parameters: Sample #01 Sample #02 Sample #03 Sample #04 |