Here is the deal, in my Java project I have to make a composite document that combines both text and images; So I'm looking for a way to manipulate pictures (rotate, change size, that sort of thing). The API I'm looking for should be clear and easy to learn (preferably with some examples), it should cover the basic transformations I made above - rotate,change size, eventually crop.
+2
A:
The java2d api let you do this kind of thing. Is it too difficult to learn?
Maurice Perry
2010-03-25 09:49:10
No, it isn't. I'll see if there are any other answers. If not than this is the winner.
Daniel Fath
2010-03-25 10:54:00