• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Using JAVA1.2.2 to convert image formats

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using java1.2.2. The only api I could find for manipulating images is jpeg encoder and MediaTracker Toolkit. MediaTracker Toolkit requires a component window but I am rendering the image to an off-screen buffer, hoping to eliminate any window interaction. So I have decided to use JPEG encoder to read and write images. A couple of questions:
1) Is the JPEG encoder and MediaTracker Toolkit the only ways to read and write images?
2) I can deal with using just the JPEG encoder, but I need some java program or api that will convert all image formats into JPEGs. Any ideas?
Thanks
 
Of course, I found a very beautiful couch. Definitely. And this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic