class Thumbor::Image
- Thumbor::Image
- Reference
- Object
Defined in:
thumbor/image.crConstructors
Instance Method Summary
- #add_filter(name, *arguments)
- #crop(top_left_x = Int32, top_left_y = Int32, bottom_right_x = Int32, bottom_right_y = Int32)
- #fit_in(width = Int32, height = Int32)
- #full_fit_in(width = Int32, height = Int32)
- #generate
- #halign(halign : String)
- #meta : Bool
- #meta=(meta : Bool)
- #metadata_only
- #resize(width = Int32, height = Int32)
- #smart : Bool
- #smart=(smart : Bool)
- #smart_crop
- #trim(color_source : String | Nil = nil, tolerance : Int32 | Nil = nil)
- #valign(valign : String)