RotoScaler 1.0 a simple Applet that rotates and scales an image Download it here! only 2200 bytes
RotoScaler is a simple Applet that transforms an image rotating and scaling it.
Applet Installation
Simply upload the file RotoScaler1.zip to your site and put these HTML tags in your page:
<APPLET CODE=fxTRS.class
ARCHIVE=RotoScaler1.zip WIDTH=100 HEIGHT=100>
<param name="I" value="name_of_the_image">
<param name="S" value="1.0">
</APPLET>
The parameters are:
- I (uppercase 'i'): the name of the image
- S (uppercase 's'): a scaling factor
|