We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
开发者_JAVA技巧 Improve this questionHere 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.
If you want some more advanced functionality, ImageJ is a create image library. It's open source and has plenty of examples.
The java2d api let you do this kind of thing. Is it too difficult to learn?
the standard API allows for all your needs.
You can find examples here.
精彩评论