Affine Transformation Crashing
Posted: 2013-08-19T07:39:06-07:00
Windows 7 Enterprise, ImageMagick-6.8.6-Q16
When i run the following command:
convert 130819-1429336609f8faaa-c.jpg -verbose -matte -virtual-pixel Transparent -affine -1.7011346,6.7284627,-6.7284627,-1.7011346,1809.1752,-887.252 -transform -compose over -flatten 130819-14293757012b9bfc-e.jpg
It says the following:
Affine Projection:
-distort AffineProjection \
'-1.701135,6.728463,-6.728463,-1.701135,1809.175200,-887.252000'
Affine Distort, FX Equivelent:
-size 17908x25087 -page -16098-4012 xc: +insert \
-fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;
xx=-0.035318*ii +0.139693*jj +187.839545;
yy=-0.139693*ii -0.035318*jj +221.393046;
v.p{ xx-v.page.x-.5, yy-v.page.y-.5 }' \
Then it pauses there and just continually soaks up more and more memory until my i have to manually kill the process. The img its operating on is less than 1mb.
Any ideas why this is happening?
When i run the following command:
convert 130819-1429336609f8faaa-c.jpg -verbose -matte -virtual-pixel Transparent -affine -1.7011346,6.7284627,-6.7284627,-1.7011346,1809.1752,-887.252 -transform -compose over -flatten 130819-14293757012b9bfc-e.jpg
It says the following:
Affine Projection:
-distort AffineProjection \
'-1.701135,6.728463,-6.728463,-1.701135,1809.175200,-887.252000'
Affine Distort, FX Equivelent:
-size 17908x25087 -page -16098-4012 xc: +insert \
-fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;
xx=-0.035318*ii +0.139693*jj +187.839545;
yy=-0.139693*ii -0.035318*jj +221.393046;
v.p{ xx-v.page.x-.5, yy-v.page.y-.5 }' \
Then it pauses there and just continually soaks up more and more memory until my i have to manually kill the process. The img its operating on is less than 1mb.
Any ideas why this is happening?