Easiest Java image processing solution

Posted by Daniel Fath on Stack Overflow See other posts from Stack Overflow or by Daniel Fath
Published on 2010-03-25T09:40:06Z Indexed on 2010/03/25 9:43 UTC
Read the original article Hit count: 359

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about image