开发者

Easiest Java image processing solution [closed]

开发者 https://www.devze.com 2022-12-24 19:39 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号