Image Processing « Class Definition « Java Articles

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » Class Definition » Image Processing 
1. Creating in-memory images in Java
Author:John Zukowski
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip16.html?
Summary: Save network bandwidth by creating images at run time


2. Saving bitmap files in Java
Author:Jean-Pierre Dube
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip60.html?
Summary: Although Java provides several mechanisms for opening images, saving them is not one of its strengths. This tip will teach you how to save an image in a 24-bit bitmap file. Plus: Jean-Pierre provides all the code necessary to write a bitmap file from an image object. (1,500 words)


3. How to read 8- and 24-bit Microsoft Windows bitmaps in Java applications
Author:Jeff West, with John D. Mitchell
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip43.html?
Summary: Currently, only GIF and JPEG images are supported by the standard getImage() method. While Java routines exist for PNG (Portable Network Graphics) format images, we don't know of any reader existing for Microsoft Windows bitmap images. This tip, authored by Jeff West, provides code for loading Windows bitmap images. (1,400 words)


w___w__w__.___j__a___va__2s__._c___o__m_ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.