[fpc-pascal] ImageMagick: watermark

Marcos Douglas md at delfire.net
Fri Mar 23 12:15:08 CET 2012


Hi,
Is the ImageMagick (packages\imagemagick) usable to 6.XX version?

In Delphi I always used the binaries. But in FPC we have the headers
translations so, I want use them.
At this time I want do just one simple task: Watermark.

The code below, that use the convert.exe works fine. How I can
translate it to use the sources?
convert myimg.jpg  -font Arial -pointsize 20 -draw \
  "gravity SouthWest  fill black  text 2,14  \
  'Copyright' fill white  text 3,13 'Copyright' " wmark_text_drawn.jpg

Marcos Douglas



More information about the fpc-pascal mailing list