jekyll-minimagick icon indicating copy to clipboard operation
jekyll-minimagick copied to clipboard

Combine commands and recurse source directory

Open scoz opened this issue 12 years ago • 4 comments

Recurse through sub-folders of the source. Also combine options in to a single command. Allows you to use -gravity for example

mini_magick:
  thumbnail:
    source: "images"
    destination: "images/_thumb"
    resize: "100x100^"
    gravity: "center"
    extent: "100x100"

scoz avatar May 05 '12 23:05 scoz

Thanks a lot! Exactly what I needed.

ckreutz avatar Jan 08 '13 23:01 ckreutz

:+1: as I also needed cropped resizes

andruby avatar Jul 29 '13 11:07 andruby

why hasn't this been merged?

jericbryledy avatar May 05 '16 01:05 jericbryledy

When will this be merged?

Calle-Lo avatar Sep 12 '17 09:09 Calle-Lo