Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The <a href="http://drupal.org/project/imagecache" rel="nofollow noreferrer">ImageCache</a> and <a href="http://drupal.org/project/image_exact" rel="nofollow noreferrer">Image Exact Sizes</a> solutions from the <em>Drupal</em> community might do this, and like most solutions OSS use the libraries from <a href="http://www.imagemagick.org" rel="nofollow noreferrer">ImageMagik</a></p> <p>There are some AMI images for Amazons EC2 service to do image scaling. It used Amazon S3 for image storage, original and scales, and could feed them through to Amazons CDN service (Cloud Front). Check on EC2 site for what's available</p> <p>Another option is Google. Google docs now supports all file types, so you can load the images up to a Google docs folder, and share the folder for public access. The URL's are kind of long e.g.</p> <p><a href="http://lh6.ggpht.com/VMLEHAa3kSHEoRr7AchhQ6HEzHVTn1b7Mf-whpxmPlpdrRfPW216UhYdQy3pzIe4f8Q7PKXN79AD4eRqu1obC7I" rel="nofollow noreferrer">http://lh6.ggpht.com/VMLEHAa3kSHEoRr7AchhQ6HEzHVTn1b7Mf-whpxmPlpdrRfPW216UhYdQy3pzIe4f8Q7PKXN79AD4eRqu1obC7I</a></p> <p>Add the =s paramter to scale the image, cool! e.g. for 200 pixels wide</p> <p><a href="http://lh6.ggpht.com/VMLEHAa3kSHEoRr7AchhQ6HEzHVTn1b7Mf-whpxmPlpdrRfPW216UhYdQy3pzIe4f8Q7PKXN79AD4eRqu1obC7I=s200" rel="nofollow noreferrer">http://lh6.ggpht.com/VMLEHAa3kSHEoRr7AchhQ6HEzHVTn1b7Mf-whpxmPlpdrRfPW216UhYdQy3pzIe4f8Q7PKXN79AD4eRqu1obC7I=s200</a></p> <p>Google only charge USD5/year for 20GB. There is a full API for uploading docs etc</p> <p>Other answers on SO <a href="https://stackoverflow.com/questions/236139/how-best-to-resize-images-off-server/236264">How best to resize images off-server</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload