Re: Uniform size of a set of images
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240801c80b28f095a8@[192.168.1.2]> |
>Hello, > >I have to trim big blank edges of pages of a scanned book (many many books >in fact). The -trim option gives excellent results but it is possible to >specify another option to make all pages have the same size? Something >like -size but with the largest size of the set of images. > >Thank you, >Sébastien You will need to write a script to trim them all, find their sizes, find the max size, then use -extent to pad them all to the same size.