warp
The warp applet can warp/spiralise any GIF or JPG image for some mind-blowing effects. The only requirement is that this image must be sized equally to one of the powers of 2 (64x64 pixel, 32x64, 128x128, etc.). Changing parameter values allows you to simulate a "breathing image" effect. Warp is fully parameterized, so you can generate all kinds of slick warp effects.
How To Use: Download warp.zip and unzip it within a temporary directory.
Java Source: not available
HTML Source:
<applet archive="Warp.jar" code="Warp.class" width=128 height=128>
<param name=credits value="Applet by Fabio Ciucci (www.anfyjava.com)">
<param name=regcode value="NO">
<param name=reglink value="NO">
<param name=regnewframe value="YES">
<param name=regframename value="_blank">
<param name=statusmsg value="Warp applet">
<param name=res value="1">
<param name=image value="face1.gif">
<param name=w1start value="-8000">
<param name=w2start value="0">
<param name=wadd1 value="150">
<param name=wadd2 value="0">
<param name=w1min value="-8000">
<param name=w1max value="8000">
<param name=w2min value="0">
<param name=w2max value="0">
<param name=warpmode value="1">
<param name=overimg value="NO">
<param name=overimgX value="0">
<param name=overimgY value="0">
<param name=textscroll value="NO">
<param name=memdelay value="1000">
<param name=priority value="3">
<param name=MinSYNC value="10">
</applet>
Author: Fabio Ciucci
Homepage: http://www.anfyjava.com
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|