Page 1 of 1

how to resize the affine transform

Posted: 2008-12-08T02:51:41-07:00
by gmanojbabu
Hi All,
I am rotating the image using affine transform, due to this the resulting image as jagged edges.
In affine transform example there is a note saying, we need to apply the affine transform to a bigger image and then resize this result to required size.
By doing this, i am able to remove the jagged edges. But the problem is after applying the affine transform the resize option is not resizing to the size i have give.
Do any one know how to find the resize width and height using the given width and height for a give affine transformation.