Scramble 1.0 a simple Applet that scrambles an image Download it here! only 2273 bytes
Scramble is a simple Applet that scrambles the pixels of an image. Move the mouse to scramble selected parts of the image.
Applet Installation
Simply upload the file Scramble1.zip to your site and put these HTML tags in your page:
<APPLET CODE=Scramble.class
ARCHIVE=Scramble1.zip WIDTH=100 HEIGHT=100>
<param name="image" value="name_of_the_image">
</APPLET>
The parameters are:
- image the name of the image
The image is scaled to fit the size of the applet. So choose the WIDTH and HEIGHT of the applet to preserve the ratio of the image.
|