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)
Post is closed for comments.
Comments
2 comments