Create new images with CreateMatrixTransformedImage
Question
What are the differences between the functions
CreateMatrixTransformedImage( ImgIn, Matrix, ImgOut ); and
CreateMatrixTransformedImageEx( ImgIn, Matrix, ImgOut );
of the Image DLL?
Answer
Both functions create a new image (ImgOut) based on a transformation of ImgIn as
dictated by the supplied transformation matrix. However,
CreateMatrixTransformedImage also transforms the coordinate system while
CreateMatrixTransformedImageEx does not.