Class: Resize
- Inherits:
-
Thor
- Object
- Thor
- Resize
- Defined in:
- bin/resize2x
Instance Method Summary collapse
Instance Method Details
#resize ⇒ Object
12 13 14 15 16 17 18 |
# File 'bin/resize2x', line 12 def resize outdir = [:outdir] Resize2x.get_2x_images(outdir).each do |image| image.resize_x2_to_half end end |