iOb

# 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">
<param name="image" value="picture_path.gif">
Sorry your browser does not support Java...
</applet>

Do not forget to replace IMAGE_WIDTH and IMAGE_HEIGHT by the picture's width and height...

        Here is the list of available parameters:

Parameter name Available values Description
image / Image to be displayed
infos / Infos displayed in status bar
bgcolor (hexadecimal) Background color
link URL Where image links to
target _self, _top,
_blank, _top,
_parent, name
Target frame


        Here are some examples of the usage of those parameters:

Sample #01
Sample #02
Sample #03
Sample #04