ImageApplet2 is designed for display of scaled both single and mutiframe images. The applet places the images on a canvas of given size and fits them to the canvas size while preserving their aspect ratio.
Parameters:
"background" -background color of the applet and unused portions of image canvas as a triplet of comma separated whole r,g,b numbers from interval [0,255].
"canvas_size" -pair of comma separated whole numbers denoting the width and height of the canvas in pixels.
"image" -partial URL of the image file relative to applet's code base.
"sync" optional parameter causes synchronization of the image preparation engine and the painting. Useful only for very fast GIF animations.
Download!