| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <html>
- <head>
- <title>Jcrop: the jQuery Image Cropping Plugin</title>
- </head>
- <body>
- <div style="margin:0;padding:1em 5em;width:40em;">
- <h1>Jcrop Image Cropping Plugin</h1>
- <big>
- <a href="http://deepliquid.com/content/Jcrop.html"><b>Jcrop</b></a>
- is the image cropping plugin for
- <a href="http://jquery.com/">jQuery</a>.<br>
- You've successfully unpacked Jcrop.
- </big>
- <h3>Static Demos</h3>
- <ul>
- <li><a href="demos/tutorial1.html">Hello World</a> — default behavior</a></li>
- <li><a href="demos/tutorial2.html">Basic Handler</a> — basic form integration</a></li>
- <li><a href="demos/tutorial3.html">Aspect Ratio w/ Preview Pane</a> — nice visual example</a></li>
- <li><a href="demos/tutorial4.html">Setting/Animating Selection</a> — animation demo</a></li>
- <li><a href="demos/tutorial5.html">API Interface</a> — real-time API example</a></li>
- </ul>
- <h3>Live Demo</h3>
- <ul>
- <li><a href="demos/crop.php">PHP Cropping Demo</a> — requires PHP/gd support</a></li>
- </ul>
- <h3>Jcrop Links</h3>
- <ul>
- <li><a href="http://deepliquid.com/content/Jcrop.html">Jcrop Home</a></li>
- <li><a href="http://deepliquid.com/content/Jcrop_Manual.html">Jcrop Manual</a></li>
- </ul>
- <hr noshade="noshade" size="1" style="margin-top:2em;" />
- <small>
- <b>© 2008 Kelly Hallman and DeepLiquid.com</b><br>
- Free software released under
- <a href="http://deepliquid.com/content/Jcrop_License.html">MIT License</a>
- </small>
- </div>
- </body>
- </html>
|