-
java and image processing - laszlo read this
Hi Laszlo
I'm a devx member and u had replied to my question on how to digitize an image to manipulate the pixels. I'm planning to use JAI(Java Advanced Imaging) for the project. But if i were to do the project without it, would u say that there is no need to sample and quantize an image in java? Can i just use the PixelGrabber class to access pixels and manipulate them? Does that mean that images in Java are automatically digitized and stored? I'm confused, pls help. Thanks.
Regards,
gayatri
-
For image manipulation, I would recommend looking at the java.awt.image package.
-
I dont know if it helps but I wrote something in C++ that can manipulate the pixels of a 24bit .bmp??
Just a thought..
-
I'm afraid I haven't a clue. The most I've actually done with images was an applet for selecting and viewing images from a database based on criteria (ten years ago, in an applet, using drawImage()), and one failed attempt in the late 90s to implement LZW decompression to try to support gif89a. Ah, Java 1.0 - those were the days. Gah! heh
Similar Threads
-
By gayatri317 in forum Java
Replies: 1
Last Post: 01-26-2006, 03:15 AM
-
Replies: 2
Last Post: 08-13-2005, 10:39 PM
-
By sh00ter555 in forum Java
Replies: 8
Last Post: 05-19-2005, 05:28 AM
-
Replies: 1
Last Post: 01-11-2001, 09:36 AM
-
Replies: 0
Last Post: 03-21-2000, 09:20 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks