So for a class project, I have to read an Image
file and performAffine Transforms
on it. I found how to do the format using information which is present in the Complete Reference bool using the PixelGrabber
class. However, I have to do this for a number of images.
In the Affine Transforms
class, how do I give the image as an input. It does not accept a 2d array as the input. How exactly in input to be given in this case? I have to obtain an image's reflection
, rotation
andscaled up
form and save them.