Oh nope, but that would be pretty sweet. I'll throw that in the queue of things to build next.
We just grab whatever image you include in the url, so as long as the images in your S3 bucket are public, Firesize should be able to resize them just like normal.
I like your pricing model much more--I don't like how Cloudinary charges me for storage, because I don't want them to store the images, just transform them.
What I would need to move over to yours are the following features:
* Reorienting the picture based on exif data
* Picture gravity via face detection
* Way to ensure no one else maliciously uses my account (e.g., domain whitelisting/CORS, only pulling from my S3 bucket, something like that)
* Renaming the output file image on the fly
Obviously, I'm only one customer, so don't do anything based on just me! But if it's at all helpful, these are one potential user's needs :)
We just grab whatever image you include in the url, so as long as the images in your S3 bucket are public, Firesize should be able to resize them just like normal.