Replies: 3 comments 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
-
Thanks @janko. I'm thinking down the path of an extension to the |
Beta Was this translation helpful? Give feedback.
-
I've managed to make some good progress and have extended the Active Storage |
Beta Was this translation helpful? Give feedback.
-
I currently have a paperclip processor called
face_cropper
. It makes a local call to a little express app that I wrote that uses@vladmandic/human
to find the primary face in the image and then sets the centre of the crop to that face. It works well.I want to do the same thing with Active Storage, for example:
image.variant(resize_to_fill: [932, 466, crop: :face])
I'm using vips currently and wondered if
image_processing
would be the correct layer to attempt to add this processor?Beta Was this translation helpful? Give feedback.
All reactions