Page 1 of 1
Re: C++ API help
Posted: 2008-08-20T06:19:26-07:00
by magick
Grab the ImageMagick source distribution. In the ImageMagick-6.4.3/Magick++ folder you will find two sub folders, demo and tests. They contain numerous short working programs that illustrate different features of Magick++.
Re: C++ API help
Posted: 2008-08-20T15:53:36-07:00
by bheadlim
May i know is there any example for PerspectiveDistortion in Magick++?
Re: C++ API help
Posted: 2008-08-20T23:32:16-07:00
by anthony
In the Magick++ forum for text effects, there was a use of using Arc distort. Persective is just a different type of distort and you should be able to apply it the same way that Arc was, just with control point parameters rather than angles and radii.
Re: C++ API help
Posted: 2008-08-21T03:12:26-07:00
by bheadlim
I tried to search in the forum but could not get anything. Can you pointed out the link please?
Re: C++ API help
Posted: 2008-08-21T16:32:21-07:00
by anthony
Re: C++ API help
Posted: 2008-08-30T13:25:55-07:00
by bheadlim
That is the code for Magick Wand, a C API. May i know is there any Magick++, C++ API examples?