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.
|
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. | |||
feedback
|
|
Try PythonMagick. Your question appears to be a cut-and-dry application of | |||
|
feedback
|
|
Also check out PIL. Though this is hardly library specific and almost every library should support this. | |||
|
feedback
|