-distort SRT
Posted: 2010-12-19T18:11:12-07:00
I'm not getting what I expect for case "c". This case should be "ScaleX,ScaleY Angle", but looks like "X,Y Angle". Would someone please run and confirm?
http://www.imagemagick.org/script/comma ... hp#distort
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "5" a.png
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "0.5 5" b.png
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "1,0.5 5" c.png
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "0,0 1 5" d.png
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "0,0 1,0.5 5" e.png
convert a.png b.png c.png d.png e.png -bordercolor none -border 10x10 +append abcde.png
EDIT: Simplified test and added image.
http://www.imagemagick.org/script/comma ... hp#distort
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "5" a.png
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "0.5 5" b.png
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "1,0.5 5" c.png
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "0,0 1 5" d.png
convert -size 80x80 xc:red -virtual-pixel black -distort SRT "0,0 1,0.5 5" e.png
convert a.png b.png c.png d.png e.png -bordercolor none -border 10x10 +append abcde.png
EDIT: Simplified test and added image.