Ideally using a Python library or processing.org, I need to import an image and then crop a predefined polygon area from this image using x,y coordinates (vertices).

Thanks.

link|improve this question
I should add that I need to crop polygons with as many as 200 vertices. Most libraries only accommodate rectangles. – suj Dec 6 '10 at 5:29
feedback

2 Answers

Try PythonMagick. Your question appears to be a cut-and-dry application of crop through specification of image geometry.

(More ImageMagick ports and documentation.)

link|improve this answer
feedback

Also check out PIL.

Though this is hardly library specific and almost every library should support this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.