Page 1 of 1

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

Posted: 2011-05-16T07:57:45-07:00
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

Re: How do that with Magick++ ?

Posted: 2011-05-23T02:03:44-07:00
by HunteX
No one knows? Maybe you know how to do it with MagickWand or MagickCore? Please help! :(

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

Posted: 2011-05-23T09:02:20-07:00
by el_supremo
Have a look at my affine and text effects examples in http://members.shaw.ca/el.supremo/MagickWand/

Pete