This browser does not have a Java Plug-in.
Get the latest Java Plug-in here.

Image Tile - Arbitrary File

Load any BMP/JPG/PNG/GIF file on your computer to be tiled in the
drawing area.

Keys:
l/L - Load a new image file.
s/S - Save the tiled image to a file on your computer.
q/Q - Quit (Useless with web applet version).


--> In order to be able to load local media into this web applet, I needed to
sign it. I used the following commands in a batch file, which could probably
be automated more (it requests keyphrases and passwords when run):

keytool -genkey -keystore pKeyStore -alias trashyneat -validity 10000 -keypass trashyneat -dname "cn=Nick Bennett, ou=extrafire.net, o=none, c=US"
keytool -selfcert -keystore pKeyStore -alias trashyneat -validity 10000 -keypass trashyneat -dname "cn=Nick Bennett, ou=extrafire.net, o=none, c=US"
jarsigner -keystore pKeyStore %1 trashyneat -keypass trashyneat -storepass trashyneat

Source code: ImageTileLoad TiledImage

Built with Processing