Module: ImageProxyRuby::Operations::SmartCrop
- Included in:
- Image
- Defined in:
- lib/image_proxy/operations/smart_crop.rb
Overview
add smart crop functionaly to image
Instance Method Summary collapse
Instance Method Details
#smart_crop ⇒ Object
7 8 9 10 11 |
# File 'lib/image_proxy/operations/smart_crop.rb', line 7 def smart_crop operations << 'sc' self end |