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 Image-to-byte-stream converters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Image-to-byte-stream converters" Watch "Image-to-byte-stream converters" New topic
Author

Image-to-byte-stream converters

John Rushington
Greenhorn

Joined: Jul 01, 2002
Posts: 9
Can someone please 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
Michael Morris
Ranch Hand

Joined: Jan 30, 2002
Posts: 3451
Hi John,
You're really gonna make some sheriff around here mad if you keep double posting. Just pick the most appropriate forum and post there from now on.
Michael Morris


Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Image-to-byte-stream converters
 
Similar Threads
JPEG and GIF to byte converters
Simple stream read question ...
urgent query - diff b/w byte streams and characters streams
What is the diff. between character-stream and byte stream which one is better?why?
Data Stream and Byte Stream