Search found 3 matches
- 2018-01-07T18:09:16-07:00
- Forum: Users
- Topic: Keep image names but add suffix
- Replies: 3
- Views: 2670
Keep image names but add suffix
I have a lot of images that I would like to split in two equal sizes, but I would like to keep the original name, but add an a to the leftmost part and a b to the right most part after the split. I know how to split the images, but don't know about naming output files this way. Currently, I just ...
- 2017-12-08T17:15:32-07:00
- Forum: Users
- Topic: Split and image into two equal parts.
- Replies: 3
- Views: 15352
Re: Split and image into two equal parts.
Thanks a lot. I saw the @ in the documentation, but didn't understand it.
- 2017-12-08T16:54:38-07:00
- Forum: Users
- Topic: Split and image into two equal parts.
- Replies: 3
- Views: 15352
Split and image into two equal parts.
Need help. I'm trying to split an image into two parts. The original is 1272x954. I need to split it in half so I get two images that are 636x954. I have tried: magick convert out00.png -crop 50%x100% +repage splitleftout%02d.png and: magick convert out00.png -crop 636x954 +repage splitleftout%02d ...