Module: ImageProxyRuby::Operations::Resize
- Included in:
- Image
- Defined in:
- lib/image_proxy/operations/resize.rb
Overview
add resize functionality to image
Instance Method Summary collapse
Instance Method Details
#resize(width: nil, height: nil) ⇒ Object
7 8 9 10 11 |
# File 'lib/image_proxy/operations/resize.rb', line 7 def resize(width: nil, height: nil) operations << "#{width}x#{height}" self end |