Skewing images - "Image".
Is there any simple way I could possibly skew an image in Java?
I've been searching around on the internets for a few hours and all I can find is JavaXT the library..
I of course don't wanna use some sort of stupid library kind of thing.
Thanks,
Alex
Re: Skewing images - "Image".
Do you mean to shear an image? If so, then have you considered AffineTransform?
Re: Skewing images - "Image".
Yeah, I've seen the AffineTransform.. I've tried to learn how to use it, but I can't find any place for tutorials of it.
- Alex
Re: Skewing images - "Image".
Re: Skewing images - "Image".
Moved from Advanced Java
db