June 18th, 2013
When this plugin is activited, you can get a thumbnail of any picture by adding a suffix to it path (requires URL rewritting).
For example: http://www.domain.com/path/image.png :
Thumbnail with fixed dimensions : http://www.domain.com/path/image.png.mini.100×100.jpg
Thumbnail with fixed dimensions keeping scale : http://www.domain.com/path/image.png.crop.100×100.jpg
Thumbnail with fixed dimensions keeping format : http://www.domain.com/path/image.png.fill.100×100.jpg
Thumbnail with maximum dimensions keeping format : http://www.domain.com/path/image.png.limit.100×100.jpg
Be careful, transparency of GIF/PNG is not preserved.