Affine Transformations for 2d Images
-
Mark P Neyer
Affine Transformations for 2d Images
I read over the source code for draw2dImage, and It doesn't look like there's any way to apply an affine transformation to a 2d image. Is this correct?
-
Gorgon Zola
- Posts: 118
- Joined: Thu Sep 18, 2003 10:05 pm
- Location: switzerland
hi
if i remember right it does scaling, doesn't it? so that's one affine transform
but that's a bit poor no rotation or mirror operations
you could use an image library for that, like FreeImage http://freeimage.sourceforge.net/intro.html#features
cheers
tom
if i remember right it does scaling, doesn't it? so that's one affine transform
but that's a bit poor no rotation or mirror operations
you could use an image library for that, like FreeImage http://freeimage.sourceforge.net/intro.html#features
cheers
tom