This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
API
Posted by Jose Chavez on June 02, 2001 at 6:51 PM
> hello, > i have problem like this: i'd like to open, save gifs and jpegs in java and carry out some operations on them: like join two pictures together (let's say they are of width*height size each and the result would be of size (2*width)*height. i'd also like to know how to save a jpeg file but using different compression quality. > thx for replies. Paul - You'd need to work with an API that deals with graphics/images. The standard 1.3 SDK has some tools for the functionality you're trying to implement, but there are other third-party tools that may offer more features. One such tool is the eVe SDK over at http://www.evisionglobal.com -J
Replies:
|