Search found 3 matches

by Valkarin
2018-01-07T18:09:16-07:00
Forum: Users
Topic: Keep image names but add suffix
Replies: 3
Views: 2528

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 nam...
by Valkarin
2017-12-08T17:15:32-07:00
Forum: Users
Topic: Split and image into two equal parts.
Replies: 3
Views: 13104

Re: Split and image into two equal parts.

Thanks a lot. I saw the @ in the documentation, but didn't understand it.
by Valkarin
2017-12-08T16:54:38-07:00
Forum: Users
Topic: Split and image into two equal parts.
Replies: 3
Views: 13104

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.p...