Java
Java Image Zoomer
May 9, 1998
0

This is a very simple applet to illustrate scaling, zooming images in Java.

Java has a built in function which takes an Image object and draws it on the screen.
One of the function takes width and height as parameter.
Using this function, you can easily zoom in and out images.

Source

<param name="imageFileName" value="image.name">
<param name="speed" value="20">

F. Permadi 1996