
-----------------------------------
Pavel
Thu Jan 08, 2009 12:03 am

Images in Java
-----------------------------------
How would I load an image that I have on my computer?
Also, what image formats may I use in Java?

-----------------------------------
syntax_error
Thu Jan 08, 2009 4:38 am

Re: Images in Java
-----------------------------------

As of Java 1.4 you can load and draw image files encoded as JPEG, GIF and PNG. With Java 5.0 you can also load bitmap formats BMP and WBMP.


-----------------------------------
Pavel
Thu Jan 08, 2009 8:12 am

Re: Images in Java
-----------------------------------
Thank you very much, I really appreciate this. :)
