Library function to draw text on image
Posted: 2015-10-27T05:46:45-07:00
Currently I'm working on a C application which makes an *.jpg file from a pixelarray. This has nothing to do with ImageMagick.
After the *.jpg file is created I start a Bash script which uses the "convert" from ImageMagick to draw a text on that image. Is it possible to include a ImageMagick Library which has a correspondat function which can draw text directly in my C application? So instead of calling a command line tool it would be done completely inside the application...
After the *.jpg file is created I start a Bash script which uses the "convert" from ImageMagick to draw a text on that image. Is it possible to include a ImageMagick Library which has a correspondat function which can draw text directly in my C application? So instead of calling a command line tool it would be done completely inside the application...