When using affine, is there a way to not have it crop?
Posted: 2007-02-20T11:50:27-07:00
I'm trying to use the transform matrix on an object that is placed on an image at a later step but have run into a problem
The cricle im transforming was just rotated 45 degrees and moved to a location on the larger image 'platter' the circle_transform.png object is now 198x198 (which isnt a problem) but it gets cropped.
Here's the output that was produced
Here's the circle I'm transforming (ignore my horrible skills )
Any ideas/suggestions appreciated!
TIA
The cricle im transforming was just rotated 45 degrees and moved to a location on the larger image 'platter' the circle_transform.png object is now 198x198 (which isnt a problem) but it gets cropped.
Code: Select all
convert -affine 0.7071068286895752,0.7071068286895752,-0.7071068286895752,0.7071068286895752,556.75,53 -transform circle_160_120.png circle_transform.png
composite -compose atop -background none circle_transform.png -geometry +556.75+53 platter_730_486.jpg transformtest.jpg
Here's the circle I'm transforming (ignore my horrible skills )
Any ideas/suggestions appreciated!
TIA