Search found 2 matches
- 2019-01-28T11:12:59-07:00
- Forum: Users
- Topic: Image Conversion Limited to 100 files? (Windows)
- Replies: 4
- Views: 5462
Re: Image Conversion Limited to 100 files? (Windows)
Thanks snigbo and GeeMack. Indeed, you are correct about the wildcard characters; I should have suspected why the total number of images was exactly 100. I am using this command to process a batch of files all at once, and while each one in that batch has the same file format (either jpg or png ...
- 2019-01-28T07:16:10-07:00
- Forum: Users
- Topic: Image Conversion Limited to 100 files? (Windows)
- Replies: 4
- Views: 5462
Image Conversion Limited to 100 files? (Windows)
Hi, I have been attempting to use Imagemagick to automate some basic image manipulation. I am reducing the width and height of each image using the shave command, taking one pixel off all sides. The command I am using is as follows: magick convert 3_?_?.* -shave 1x1 montage_%d.png This command works ...