How do that with Magick++ | MagickWand | MagickCore ?

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
User avatar
HunteX
Posts: 13
Joined: 2011-05-06T05:41:03-07:00
Authentication code: 8675308
Contact:

How do that with Magick++ | MagickWand | MagickCore ?

Post by HunteX »

Code: Select all

convert rd2.jpg  -alpha set -virtual-pixel transparent \
  +distort PerspectiveProjection \
     "0.7635364058950651, 0.3438769700704157, 56.6722052397604020,
     -0.4476195206801218, 0.8427856192168595, 79.6955261689579830,
     -0.0003992035432886, -0.0000913103642461" \
  rd1.jpg +swap -background black -layers merge +repage result.jpg
Last edited by HunteX on 2011-05-23T07:26:48-07:00, edited 1 time in total.
User avatar
HunteX
Posts: 13
Joined: 2011-05-06T05:41:03-07:00
Authentication code: 8675308
Contact:

Re: How do that with Magick++ ?

Post by HunteX »

No one knows? Maybe you know how to do it with MagickWand or MagickCore? Please help! :(
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: How do that with Magick++ | MagickWand | MagickCore ?

Post by el_supremo »

Have a look at my affine and text effects examples in http://members.shaw.ca/el.supremo/MagickWand/

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Post Reply