Page 1 of 1

incomplete API?

Posted: 2008-07-02T03:11:28-07:00
by kustom
Hello,

these days im expending my days using wand API for doing lot of effects with text, i was trying do bender text like a arc, apply deformations effects.... effects like: http://www.imagemagick.org/Usage/fonts/

but i see in Wand API im very limited to write only text with MagickAnnotateImage() function... and no more.... :shock:

today i read about these function in Wand API

ConvertImageCommand()

my question is: MUST i use this function like command-line imagemagick Convert.exe to get the text effects mentioned above???


kustom

Re: incomplete API?

Posted: 2008-07-16T17:06:32-07:00
by anthony
You can still use the image generation functions!!!!
Just read a new image from "label:Hello World"
It is just a different form of text to image conversion.

For drawing on existing images, even the command line API only has -annotate and -draw, the same as MagickWand.

You have not lost anything!

Re: incomplete API?

Posted: 2008-07-16T20:16:43-07:00
by el_supremo
Anthony: I think he got his answer in another thread: viewtopic.php?f=6&t=11586

Pete

Re: incomplete API?

Posted: 2008-08-19T07:10:57-07:00
by kustom
thanks guys :)