Search found 2 matches
- 2009-10-28T09:02:27-07:00
- Forum: Users
- Topic: Splitting images vertically, halfway across width of image
- Replies: 7
- Views: 22794
Re: Splitting images vertically, halfway across width of image
What method do you plan on using, command line php, magickwand, batch scripts? I honestly don't know which the best tool to use here. Anything that would work would be fine with me. I am familiar with both PHP and bash scripting, so either one of those would be fine. I'm not very familiar at all ...
- 2009-10-28T08:02:24-07:00
- Forum: Users
- Topic: Splitting images vertically, halfway across width of image
- Replies: 7
- Views: 22794
Splitting images vertically, halfway across width of image
I've got a batch of about 150 JPEG images that are named 0010.jpg, 0012.jpg, 0014.jpg ... I am trying to figure out a command that will take each of these images and say "Go 50% across the width of the image from the left edge, and split it down the middle (from top to bottom). This will create two ...