Search found 2 matches

by seansan
2016-05-13T07:07:05-07:00
Forum: Users
Topic: mogrify -trim and -flatten in 1 command not working
Replies: 2
Views: 2571

Re: mogrify -trim and -flatten in 1 command not working

This seems to work but we don't know why repage is necessary here

Code: Select all

mogrify -path "PATH\DONE" -layers merge +repage -trim -resize "1200x1200>" -define jpeg:extent=500kb -format jpg *.*
by seansan
2016-05-13T06:45:18-07:00
Forum: Users
Topic: mogrify -trim and -flatten in 1 command not working
Replies: 2
Views: 2571

mogrify -trim and -flatten in 1 command not working

We are processing 500 images tiff and jpg using this command mogrify -path "PATH_TO\DONE" -trim -flatten -define jpeg:extent=500kb -format jpg -resize "1200x1200>" *.* It should open all images, trim the image, flatten the image, resize to 1200px and then save in optimal jpg quality with a filesize ...