Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
HunteX
Posts: 13 Joined: 2011-05-06T05:41:03-07:00
Authentication code: 8675308
Contact:
Post
by HunteX » 2011-05-16T07:57:45-07:00
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.
HunteX
Posts: 13 Joined: 2011-05-06T05:41:03-07:00
Authentication code: 8675308
Contact:
Post
by HunteX » 2011-05-23T02:03:44-07:00
No one knows? Maybe you know how to do it with MagickWand or MagickCore? Please help!