CloudinaryException when using 'rek_eyes' crop in ruby gem
When uploading an image with eye cropping we get the following exception:
CloudinaryException: rek_eyes must be used before any size changing transformations
Heres the relevant code snippet:
Cloudinary::Uploader.upload(@url,
:format => :jpeg,
:crop => :fill,
:gravity => :rek_eyes,
:width => 600,
:height => 240,
:effect => {:unsharp_mask => 50},
:background => "#000000",
:quality => 90)
0
-
Thank you for sharing this. Our team is looking deeper into this and we will update as soon as possible.
0 -
The system was updated with a fix to the referred issue.
Can you please try this again and let us know if it's working for you now?
0
Post is closed for comments.
Comments
2 comments