Search found 2 matches

by TheBladeRoden
2017-09-25T14:35:39-07:00
Forum: Users
Topic: How to use extent conditionally, based on image size?
Replies: 4
Views: 5066

Re: How to use extent conditionally, based on image size?

I figured out how to enlarge only pictures that are smaller than 1440x900, but the same technique doesn't work for extent (i.e. it will clip a 1600x1080 picture down to 1440x900 instead of leaving it alone). My testing seems to indicate that "mogrify" isn't compatible with FX expressions,...
by TheBladeRoden
2017-09-25T08:07:42-07:00
Forum: Users
Topic: How to use extent conditionally, based on image size?
Replies: 4
Views: 5066

How to use extent conditionally, based on image size?

I figured out how to enlarge only pictures that are smaller than 1440x900, but the same technique doesn't work for extent (i.e. it will clip a 1600x1080 picture down to 1440x900 instead of leaving it alone) mogrify -path results -resize 1440x900^< -extent 1440x900^< -background black -gravity center...