Search found 9 matches

by allexx
2019-02-17T13:30:48-07:00
Forum: Users
Topic: How to extract ngon using commandline (magick.exe)
Replies: 2
Views: 2151

Re: How to extract ngon using commandline (magick.exe)

Thank you, Fred! Searching for "imagemagick -draw polygon" brought up a post for exactly what I asked for:
-- this: http://www.multipole.org/discourse-serv ... hp?t=25286
-- which led to this: https://www.imagemagick.org/discourse-s ... =1&t=25228
by allexx
2019-02-17T10:23:08-07:00
Forum: Users
Topic: How to extract ngon using commandline (magick.exe)
Replies: 2
Views: 2151

How to extract ngon using commandline (magick.exe)

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 st...
by allexx
2019-01-24T17:14:53-07:00
Forum: Users
Topic: How to extract-rotate-place image?
Replies: 5
Views: 3259

Re: How to extract-rotate-place image?

Thank you -- I'll try to find info on this HCL business.
by allexx
2019-01-24T15:14:58-07:00
Forum: Users
Topic: How to extract-rotate-place image?
Replies: 5
Views: 3259

Re: How to extract-rotate-place image?

Dang! Those who know, know! That saved me much time (for which I'm grateful; I was in the process of dissecting "magicwand"), and self-learning (for which I'm dismayed, but still grateful he added hurriedly!) Running that gave me this error: magick: non-conforming drawing primitive definit...
by allexx
2019-01-24T13:17:58-07:00
Forum: Users
Topic: How to extract-rotate-place image?
Replies: 5
Views: 3259

How to extract-rotate-place image?

Hi folks, I have what "should" be straightforward -- extract an image from a mostly-grey background, and place it in a new background, and over the past couple days everything I've tried (from snippets on the interwebz) has failed for various reasons. Help, pls! In the interim I'm reading ...
by allexx
2019-01-20T15:42:28-07:00
Forum: Users
Topic: Setting "feather distance"
Replies: 6
Views: 3868

Re: Setting "feather distance"

OK, got it, many thanx, fmw42. (And I see a lot more reading-up and experimentation in my immediate future :-/ )
by allexx
2019-01-20T02:59:44-07:00
Forum: Users
Topic: Setting "feather distance"
Replies: 6
Views: 3868

Re: Setting "feather distance"

fmw42, no probs re translating to Windows -- I could run this in a unix shell on Windows, or script to one of Imagemagick's apis. Many thanx for that response -- I truly appreciate the time and certainly writing that went into it, and especially the informative, prefacing comments for each section. ...
by allexx
2019-01-19T13:15:48-07:00
Forum: Users
Topic: Setting "feather distance"
Replies: 6
Views: 3868

Re: Setting "feather distance"

Hi fmw42, as the op description states the the black disc is at only the "approximate center" of the original image. That it be sited in the accurate-center of the final output would be a nicety, not necessity. In any case drawing the crop circle centered around the yellow line is beyond m...
by allexx
2019-01-19T11:20:11-07:00
Forum: Users
Topic: Setting "feather distance"
Replies: 6
Views: 3868

Setting "feather distance"

Hi folks! I have no background in image processing or Imagemagick and would hugely appreciate help w/ an image processing pipeline I want to build, specifically w/ setting feather distance (my term). Here's my setup: -- Imagemagick 7.0.7-Q16, 32-bit, on Windows; I'm not tied to this version and can ...