Resize file for download

Permalink
We're looking to use C5 for a site hosting a stock image library 10,000+ scenic views . So far C5 ticks all the right boxes but I have one query. Is there a way to have stored files re-sized for downloading when they are purchased? The site will sell the images in different file sizes for different uses and it would be nice to be able to store each image as, say, a 10Mb jpg which would be available at native and a couple of smaller file sizes. Each size would have a different price. Is there an add-on which would do this or would we have to upload several differently sized versions of each image?

ledaig
 
guythomas replied on at Permalink Reply
guythomas
This functionality would be pretty trivial for a programmer to attain using concrete5's Image Helper and the getThumbnail() method.

http://www.concrete5.org/api/Helpers/ImageHelper.html...
ledaig replied on at Permalink Reply
ledaig
Thanks. That looks good.