I have these two png images, both have transparent background:
A. Square in Top-left corner of the image within the bounds of the image (the image boundaries are visible when you select the image using the mouse):
http://i47.tinypic.com/2dtqc89.png
B. Rectangle inside the image bounds without ...
Search found 3 matches
- 2012-07-11T17:04:00-07:00
- Forum: Fred's Scripts
- Topic: Fred's bevel script: Is this output as per expectation?
- Replies: 1
- Views: 13693
- 2012-05-11T14:56:51-07:00
- Forum: Users
- Topic: [Newbie] MagickWand, ClipPath and dynamic image...
- Replies: 5
- Views: 15267
Re: [Newbie] MagickWand, ClipPath and dynamic image...
Thank you Anthony and El Supremo!
I looked at the drawtest file and now I understand how to create and set custom clip path using MagickWand.
I am listing the code snippet from the drawtest file (file is at <Magick source dir>/wand/drawtest.c) for others who might be interested:
(the source code ...
I looked at the drawtest file and now I understand how to create and set custom clip path using MagickWand.
I am listing the code snippet from the drawtest file (file is at <Magick source dir>/wand/drawtest.c) for others who might be interested:
(the source code ...
- 2012-05-08T18:48:27-07:00
- Forum: Users
- Topic: [Newbie] MagickWand, ClipPath and dynamic image...
- Replies: 5
- Views: 15267
[Newbie] MagickWand, ClipPath and dynamic image...
Hi,
I am new to ImageMagick. I am using MagickWand for my development. My project requires generating images on the fly in memory (and then doing some image processing on them). I am using bezier curve primitive to draw on the image canvas. All the control points are generated at runtime. I want to ...
I am new to ImageMagick. I am using MagickWand for my development. My project requires generating images on the fly in memory (and then doing some image processing on them). I am using bezier curve primitive to draw on the image canvas. All the control points are generated at runtime. I want to ...