anushrimathur / smart-lencioni-image-resizer

Automatically exported from code.google.com/p/smart-lencioni-image-resizer
GNU General Public License v3.0
0 stars 0 forks source link

Adding save option, to images #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Adding save option to use slir script to save images.
Eg. somebody uploads very huge photo (2MB), we want to keep on server only a 
compressed version of it with max width720, height720 (like on facebook) and 
from this picture generate thumbnails (which are cached).

An option like /slir/w720-h720-save=i|folder|photo_name.jpg/images/my_photo.jpg 
would be like to save this image in the folder supplied.

Option: unlink1 would also delete the file described and it would be done 
without caching this (new) photo.

Original issue reported on code.google.com by andy...@gmail.com on 4 Feb 2011 at 3:25