Search found 2 matches
- 2014-08-08T06:43:17-07:00
- Forum: Users
- Topic: Resize all pictures in list to largest size in list
- Replies: 4
- Views: 4420
Re: Resize all pictures in list to largest size in list
Or you can just 'flatten' all the images together. The final image size will be the area that contains all the images. Note that may be larger than the largest image size as you may have a wide image and long image! Like 'convert *.jpg -flatten out.jpg' ? It's only the size of the first image ...
- 2014-07-28T00:31:42-07:00
- Forum: Users
- Topic: Resize all pictures in list to largest size in list
- Replies: 4
- Views: 4420
Resize all pictures in list to largest size in list
Hello Say you have a bunch of files in a folder and you want to do some "-evaluate-sequence mean" on them. Right now it will fail if the pictures in the list are different. The inspiration comes from http://blog.patdavid.net/2013/09/mean-averaging-music-videos.html What I want is to have IM resize ...