Java 2D: Image rotation

  • Thread starter Mark via JavaKB.com
  • Start date
M

Mark via JavaKB.com

I have an Image object that I want to rotate so that in the end, the Image
object IS the rotated image. (I don't want to draw it yet so I don't want
to call graphics2d.drawImage(...) to rotate it with an AffineTransform or
BufferedImageOp; I just want to destructively rotate the Image, so that the
Image file I have is rotated from what it was previously).
Is there a way to do this? -to perform some rotation and then return an
object of type Image?

Thanks much,
Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top