Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageMagick commands other than resize? #11

Open
graemeduckett opened this issue Mar 3, 2015 · 1 comment
Open

ImageMagick commands other than resize? #11

graemeduckett opened this issue Mar 3, 2015 · 1 comment

Comments

@graemeduckett
Copy link

Hey, I'm trying other commands in the config file like 'format' and 'crop' but nothing appears to be happening. Is there support for the standard ImageMagick commands other than resize?

There is a little overlap here with #10

@tjjjwxzq
Copy link

tjjjwxzq commented Nov 30, 2017

For crop, at least, you need to specify the value like:

crop:  100x300+0+0

(width x height + x-offset from left + y-offset from top) http://www.imagemagick.org/Usage/crop/

If only width x height is specified (with no offsets) you will get a No such file or directory error.

Tested on jekyll (3.6.2) and jekyll-minimagick (0.04)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants