Can someone give me an idea of what classes in the Java API support efficient .jpg-to-byte stream and .gif-to-byte stream conversion (ones that aren't found in the javax.imageio.* package and its subpackages (because those are from 1.4) rather ones that are JDK 1.2 compatible) and/or if more efficient customized ones might be written, or if any third party libraries exist. Thanks [ August 08, 2002: Message edited by: John Rushington ] [ August 08, 2002: Message edited by: John Rushington ] [ August 08, 2002: Message edited by: John Rushington ]
Jacky Rateng
Greenhorn
Joined: Jun 30, 2002
Posts: 6
posted
0
You can use the JAI1.1 API of Sun java.sun.com site. This class API have more than image process instance . Good luck for you.