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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to