lumis,
great plugin. i have been trying out your resizer and found it to be very useful. however, i also want to post a few feature requests for your consideration in future upgrade. these feature suggestions will likely to be interest to other users who undoubtedly run into similar situations:
1. change the exp:imgsizer:size parameter fields {width} and {height} to something else. i frequently use your plugin within exp:gallery codes which has its own {width} and {height}. this creates a conflict and the parameters used in your plugin are incorrectly ignored.
2. allow an option to change the directory to where “cached” thumbnails are stored. for my site, i use many gallery category directories, each of which now has a cached subdirectory to store your thumbnails. it would be nice if there is an option to store the thumbnails elsewhere, for example, at the SAME directory as the source images.
3. allow an option to rename the generated thumbnails. currently, there is no option to do so. because these thumbnails may get indexed by search engine, we want them to be named more sensibly. for us, we only use a SINGLE size for the thumbnails, so it will be nice if there is an option to specify the exact prefix or suffix when naming the generated thumbnail file, such as source_suffix.jpg
4. i realize that there is an option to insert a class and id tag. however, in most case, i found no need to use this except to specify border=“0”, it will be nice if you can make an exception and support this tag naively to your plugin.
5. the src link that is generated is always a relative link such as src=”/images/test.jpg”, regardless whether the source src parameter is a relative or absolute link. it will be great if there is an option to generate absolute link, such as src=“www.mydomain.com/images/test.jpg”. this way, the behavior of the plugin with the consistent with the galley module of EE, since the absolute link is the default behavior for the galley module.
thanks for making this plugin and thank you for consideration of these features.