Extract part of a image from a big image

1

I have a 6 images , and each image has a certain section that i want to save as a separate image , the problem is that it has to be accurate because i am doing some animation using the sub-image so they should exactly . so I want to accurately extract a that part from each of the 6 images , i can't do it using a image editor in which i have to make the bounding box myself because it will not be accurate , is there any program that lets me do this by like defining a box using numerical values.

PS: I don't want to write matlab or opencv program for this .

rajat

Posted 2012-09-07T21:00:16.997

Reputation: 339

Answers

3

Try using ImageMagick or GraphiksMagick. Both are very capable command line image editors that can easily do what you are asking. Of course you could also use an image editor and explictly define the size of your bounding box. Both Gimp and Photoshop have this functionality.

Lee Harrison

Posted 2012-09-07T21:00:16.997

Reputation: 2 046

Thanks, how to do it using gimp ? – rajat – 2012-09-07T21:08:08.983

Sorry, I was thinking of the crop tool, which is essentially what you are doing. Tutorial

– Lee Harrison – 2012-09-07T21:12:08.147