Search found 3 matches

by another
2018-08-11T20:53:10-07:00
Forum: Users
Topic: Using montage to highlight only one image in array
Replies: 7
Views: 3700

Re: Using montage to highlight only one image in array

I am running Version: ImageMagick 7.0.8-9 Q16 x86_64 2018-08-04 I installed IM using macports. I have 400 .png image files. I want to create 100 2x2 arrays of the images. I'm using the montage command for that. magick montage one.png two.png three.png four.png -geometry 800x800+20+20 img1.png magick...
by another
2018-08-11T19:47:00-07:00
Forum: Users
Topic: Using montage to highlight only one image in array
Replies: 7
Views: 3700

Re: Using montage to highlight only one image in array

Thank you for these responses! This is perfect. I apologize for not including my IM version. I am using 7.0.7 on a Mac (High Sierra 10.13.6). Since this process will involve quite a bit of code (creating a clean montage and a new one with the highlighted image), I tried creating a bash script: #!/bi...
by another
2018-08-11T12:48:54-07:00
Forum: Users
Topic: Using montage to highlight only one image in array
Replies: 7
Views: 3700

Using montage to highlight only one image in array

Hello, First time post. I just recently found ImageMagick and am in love with it. I have a question related to the montage function. Let's say I have 4 images as one.png two.png three.png four.png I am building a 2x2 array using this command: montage one.png two.png three.png four.png -geometry 800x...