Is there a method or can you refer to me to some development on
getting the following information from an Image at each PathPoint?
PathPoint
AnchorPointX
AnchorPointY
LeftDirectionX
LeftDirectionY
RightDirectionX
RightDirectionY
I thank you
Path Points Retrieval
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Path Points Retrieval
More information please. I am not certain what you are talking about.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Path Points Retrieval
Thank you for your reply.
The question could be like this:
For a JPEG with ADOBE Embeded Bezier Curve PathPoints Metadata,
How could I extract these Pathpoints.
Thanks for your help
The question could be like this:
For a JPEG with ADOBE Embeded Bezier Curve PathPoints Metadata,
How could I extract these Pathpoints.
Thanks for your help
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Path Points Retrieval
I do not know for sure as I don't have much experience with paths, but check the IM verbose information and see if the path meta data is there.kleing wrote:Thank you for your reply.
The question could be like this:
For a JPEG with ADOBE Embeded Bezier Curve PathPoints Metadata,
How could I extract these Pathpoints.
Thanks for your help
identify -verbose image
The next question is what do you want to do with it?
If you just want the data, then use some textual means of extracting that data from the verbose information, such sed on unix.
If you want to use it for masking, then see
http://www.imagemagick.org/script/comma ... #clip-path