Replies: 3 comments 1 reply
|
The |
|
Thanks @janko. I'm thinking down the path of an extension to the |
|
I've managed to make some good progress and have extended the Active Storage |
|
The |
|
Thanks @janko. I'm thinking down the path of an extension to the |
|
I've managed to make some good progress and have extended the Active Storage |
Uh oh!
There was an error while loading. Please reload this page.
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/humanto 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_processingwould be the correct layer to attempt to add this processor?All reactions