arc
arc copied to clipboard
Recalculate transforms without re-uploading the image
If I add a new transform, and want to apply that to other images as well, or when I want to recalculate a crop of an image. Is there a best practice for this with this library?
Cheers,
Jaap
yea - trying to figure this one out right now
For inspiration it might be interesting to look at carrierwave in the ruby world (https://github.com/carrierwaveuploader/carrierwave).
It would be great to have a method that recalculates a transform for a resource. By pulling in the file, and performing the transformation (if it's S3/local or another storage). Any thoughts around this?