struct Image::Image
- Image::Image
- Struct
- Value
- Object
Overview
An image to be processed
Defined in:
image.crConstructors
Instance Method Summary
- #path : Path
- #path=(path : Path)
-
#render(prefix = "")
Images are copied 2x: image.jpg => image.jpg (size is options.image_large) image.jpg => image.thumb.jpg (size is options.image_thumb)
Constructor Detail
Instance Method Detail
def render(prefix = "")
#
Images are copied 2x: image.jpg => image.jpg (size is options.image_large) image.jpg => image.thumb.jpg (size is options.image_thumb)
prefix affects destination path: foo/bar/bat.jpg => output/#{prefix}/bar/bat.jpg