How to extract ngon using commandline (magick.exe)
Posted: 2019-02-17T10:23:08-07:00
Hello! I'm on Windows/IM 7, and am looking to extract an n-gon (polygon of n vertices) from a JPG.
For example, given an image that is large enough, I want to extract an n-gon described by the vertices [ (10,10), (10,20), (70,65), (60,55) ]
This SO question answers just that using C++; is there a standard commandline equivalent (using magick.exe?) pls?
( Will post back here if I find reference + translate, myself )
For example, given an image that is large enough, I want to extract an n-gon described by the vertices [ (10,10), (10,20), (70,65), (60,55) ]
This SO question answers just that using C++; is there a standard commandline equivalent (using magick.exe?) pls?
( Will post back here if I find reference + translate, myself )