Magick++: image.draw() calling command line gs?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
drunkensapo
Posts: 23
Joined: 2013-08-14T15:40:56-07:00
Authentication code: 6789

Magick++: image.draw() calling command line gs?

Post by drunkensapo »

Dear all,
I'm working in a simple example which sets some control points defining a closed curve and fills that curve with a color, drawing that to an image. My code works perfectly on windows/linux/mac, but when porting it on iOS, where I don't have access to a command line gs.
My question is: is it possible to call draw() without having ghostscript? Is there any alternate method, or do I have to recode that again.
Post Reply