File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes JPEG and GIF to byte converters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "JPEG and GIF to byte converters" Watch "JPEG and GIF to byte converters" New topic
Author

JPEG and GIF to byte converters

John Rushington
Greenhorn

Joined: Jul 01, 2002
Posts: 9
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
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JPEG and GIF to byte converters
 
Similar Threads
Array list > for loop or iterator
Image-to-byte-stream converters
Conversions with final keyword please helpme understand
Amul (an indian milk products firm) coming to Walmart
Catching Socket Exceptions