Search found 3 matches
- 2017-09-03T11:08:29-07:00
- Forum: Users
- Topic: Output file globbing
- Replies: 2
- Views: 4383
Output file globbing
I have a program that outputs a number of files, e.g. in1,in2,...in499,in500. I want to use IM to do the same thing to each of these files. in1 --> out1 in2 --> out2 ... in500 -->out500 On windows 7, using IM 7.0.6, if I do magick in*.png -dosomething out%d.png, they come out in some odd order. I ...
- 2017-08-30T13:04:18-07:00
- Forum: Users
- Topic: Inserting blank lines between parts of an image
- Replies: 5
- Views: 4176
Re: Inserting blank lines between parts of an image
Thank you all for the help.
- 2017-08-29T09:22:42-07:00
- Forum: Users
- Topic: Inserting blank lines between parts of an image
- Replies: 5
- Views: 4176
Inserting blank lines between parts of an image
I have a number of images that are 536x536 pixels. I want to insert 10 pixels of blank space every 67 pixels while shifting the rest of the image down. The result should be images that are 536x606 pixels as below. Can someone help me do this? Original 67 pixels image 67 pixels image 67 pixels image ...