Croppr is a php script written to resize images without actually storing the new images somewhere on the server. This is very usefull to create temporary thumbnails of images, as in photo albums or other applications.
Croppr has to be called from within an img tag, and will automaticly return an image with the size you specify.
In short, you can specify :
The url of the image you want to resize.
The new size for this image.
The side to which this new size will be applied.
Whether the resized imaged should be cropped to a square image, or be scaled proportionally.
More info...
-- Croppr --
Installing Croppr is really simple. Follow the steps below, and you should be able to resize images in no time!
- Download Croppr
- Unzip the downloaded file, and upload the whole folder it to your plugins folder (/wp-content/plugins/)
- Go to the Plugins page in Wordpress, and click the “activate” link next to Croppr
-- Croppr Gui --
To enable Croppr’s Gui, you need to download and enable CorePlugin.