Nick Mudge
6 June 2007
I've finished all the features that the web-based image editor has. It has some interesting features and some limitations. Here's what you can do:
All image manipulation gets done on the original images uploaded (or the original default image) so it doesn't matter how many manipulations you make, it won't degrade the image. You can create html links that when clicked automatically upload an image to the image editor. You can make image links or text links. For instance here's html that links an image to the image editor and passes the image's url to the editor for it to upload the image.
<a href="http://nickmudge.democranet.com/image/?img=http://www.morguefile.com/imageData/cover/ceramic.jpg">
Result:
You just put the image url into the image editor's url like so: Comments |
|