You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devise a way to encode a series of minimagick operations/arguments into a string
For security, see if we can incorporate a pre-shared key into this encoding (i.e. the attache secret key, which is used to verify all the uploads to attache already)
Create a decoder for the above
Create an object to take the decoded steps and apply them to an image
Rip out Paperclip::Thumbnail from Attache::ResizeJob and replace with minimagick operations
Rename ResizeJob to ProcessJob or something more generic
Handle "original" geometries somehow
Remove geometry_whitelist (not needed with HMAC verification)
Add performance optimisation back for large images
The text was updated successfully, but these errors were encountered:
Paperclip::Thumbnail
fromAttache::ResizeJob
and replace with minimagick operationsResizeJob
toProcessJob
or something more genericgeometry_whitelist
(not needed with HMAC verification)The text was updated successfully, but these errors were encountered: