java.net Weblogs by Chet HaaseWeblogs by Chet Haase from Java.netIntermediate Images- (Found July 2, 2008 ) Improve your graphics performance by caching rendering results in images that you can then do simple copies from; this is much faster for many complex (and even some simple) rendering operations.http://weblogs.java.net/pub/wlg/1828 BufferedImage as Good as Butter- (Found July 2, 2008 ) BufferedImage: the most versatile and fundamental condiment on the shelf of Image APIs. Brief tips on why it's so cool and why you might want to use BufferedImage instead of the old image APIs.http://weblogs.java.net/pub/wlg/366 BufferedImage as Good as Butter, Part II- (Found July 2, 2008 ) In this sequel to my earlier condiment-based BufferedImage article, we talk about performance issueshttp://weblogs.java.net/pub/wlg/385 VolatileImage: Now you See it, Now you Don't- (Found July 2, 2008 ) A user's guide to managing these fast but quirky imageshttp://weblogs.java.net/pub/wlg/435 VolatileImage Q&A- (Found July 2, 2008 ) A smattering of Questions and Answers about using everyone's favorite disappearing image typehttp://weblogs.java.net/pub/wlg/438 ImageIO: Just another example of better living by doing it yourself- (Found July 2, 2008 ) ImageIO is more than a powerful image readingwriting package; it's a nifty set of utilities that you can use to create easy image conversion applications - very quickly.http://weblogs.java.net/pub/wlg/1666 ToolkitBufferedVolatileManagedImage Strategies- (Found July 2, 2008 ) Ever wondered what kind of image to use in your application Or which of the several methods of creating images you should use to create it This article tries to make this pretty huge topic just a tad clearer...http://weblogs.java.net/pub/wlg/1739 Threadaches- (Found July 2, 2008 ) Multithreaded programming can be a powerful ally, or a demonic enemy. It's good to know some of the underlying issues and limitations before going about life trying to multithread everything...http://weblogs.java.net/pub/wlg/1758 "Freebird!"- (Found July 2, 2008 ) This is an interactive blog: I've posted several ideas of topics that I would like to cover in upcoming blogsarticles. What would you like to seehttp://weblogs.java.net/pub/wlg/1769 Patterns, Shmatterns- (Found July 2, 2008 ) Why do you think they call it "Oops"http://weblogs.java.net/pub/wlg/348 |