Computer Science Canada Images in Java |
Author: | Pavel [ Thu Jan 08, 2009 12:03 am ] |
Post subject: | Images in Java |
How would I load an image that I have on my computer? Also, what image formats may I use in Java? |
Author: | syntax_error [ Thu Jan 08, 2009 4:38 am ] |
Post subject: | Re: Images in Java |
great tutorial Quote: 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. |
Author: | Pavel [ Thu Jan 08, 2009 8:12 am ] |
Post subject: | Re: Images in Java |
Thank you very much, I really appreciate this. ![]() |