i would like to do a project dealing with maps and image like zooming the image and make a show from diffirent corner ..but i dont know what the programing that give me that facility.
It also has no relevance to SCWCD certification, so I'm moving this to "Other Java APIs". The Java Foundation Classes (JFC) has some support for image manipulation, see docs/guide/2d/index.html in your JDK directory. You may also be interested in the Java Media APIs, especially Advanced Imaging and Image I/O. - Peter
Prashanth menon
Ranch Hand
Joined: Feb 20, 2001
Posts: 65
posted
0
hi How about using Java Advanced Imaging API. It is an extention of the Graphics2D. It is a powerful API I believe. Prashanth
Nathan Stock
Greenhorn
Joined: Jan 30, 2002
Posts: 6
posted
0
Yeah Java Advanced Imaging is the way to go I think. There is a good book about it called "Building Imaging Applications with Java Technology". I am starting to work on an ROI(region of interest) application and am reading the book now.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.