[java] What's the best way to load images

Started by
1 comment, last by H_o_p_s 18 years, 7 months ago
i know this is a dumb question but the more i read about loading images in java (gifs, bitmaps, jpegs) the more confused i get, ImageIO, BufferedImage, URLs, Java2D, awt, etc... any help would be appreciated.
Advertisement
You must read : http://weblogs.java.net/blog/chet/archive/2004/08/toolkitbuffered.html
It talks about the billion of different methods to load image,what is hidden behind them and which one you should use in a given situation.
Thats a nice page! *bookmarks it*
BRING BACK THE BLACK (or at least something darker)

This topic is closed to new replies.

Advertisement