Have one to sell? Sell yours here
 
 
Building Imaging Applications with Java(TM) Technology: Using AWT Imaging, Java 2D(TM), and Java(TM) Advanced Imaging (JAI)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Building Imaging Applications with Java(TM) Technology: Using AWT Imaging, Java 2D(TM), and Java(TM) Advanced Imaging (JAI) (Paperback)

~ (Author) "THE MAIN PURPOSE OF THIS BOOK is to help software designers and programmers build imaging applications using different Java technologies..." (more)
Key Phrases: The Image Bank, Putting It All Together, Java Advanced Imaging (more...)
3.7 out of 5 stars  See all reviews (10 customer reviews)


Available from these sellers.


9 used from $28.00

Customers Who Bought This Item Also Bought

Java Media APIs: Cross-Platform Imaging, Media and Visualization

Java Media APIs: Cross-Platform Imaging, Media and Visualization

by Alejandro Terrazas
2.3 out of 5 stars (3)  $43.79
Digital Image Processing (3rd Edition)

Digital Image Processing (3rd Edition)

by Rafael C. Gonzalez
4.2 out of 5 stars (24)  $113.34
Java Concurrency in Practice

Java Concurrency in Practice

by Brian Goetz
4.8 out of 5 stars (60)  $37.79
Java Web Services: Up and Running

Java Web Services: Up and Running

by Martin Kalin
4.5 out of 5 stars (13)  $23.09
Java Generics and Collections

Java Generics and Collections

by Maurice Naftalin
4.6 out of 5 stars (23)  $23.09
Explore similar items

Editorial Reviews

Product Description

(Pearson Education) Reviews the fundamentals of AWT, the original set of Java APIs, introducing the new APIs. Shows how to create graphics, how to load, render and manipulate images, and how to perform image analysis, and other tasks. Features sections that help put ideas into context and a companion Web site with sample code from the text. Softcover. DLC: Java (Computer program language).


From the Back Cover

With the advent of Java 2D™ and the Java™ Advanced Imaging API (JAI), sophisticated imaging functionality can now be incorporated into Java™ applets and applications. This new capability facilitates the creation of cross-platform, Internet-enabled imaging software.

Written with practicing programmers in mind, Building Imaging Applications with Java™ Technology is a comprehensive, practical how-to guide. This book focuses on the information imaging programmers must know to produce high-quality imaging software with Advanced Window Toolkit (AWT), Java 2D, and JAI.

Building Imaging Applications with Java™ Technology reviews the fundamentals of AWT, the original set of Java imaging APIs. It also presents the more sophisticated imaging capabilities in Java 2D and introduces the powerful functionality of the new JAI APIs. You will learn how to create all types of graphics; how to load, render, and manipulate images; and how to perform image analysis. Numerous detailed examples from the real world of Internet, satellite, and medical imaging illustrate key concepts and techniques.

Specific topics include:
  • Loading images from JAR files
  • Describing shapes and the affine transformation in Java 2D
  • Designing a class library of shapes
  • Designing a component class for interactive drawing
  • Designing a component class for displaying images
  • Printing in Java 2D
  • Implementing pan and zoom
  • Implementing interactive rotate, shear, and flip
  • Manipulating images at the pixel level using the Java 2D API
  • Working with tiles in JAI to render large images
  • Image manipulation in JAI using affine transformation, projections, and warping
  • Image analysis in JAI, including edge detection, statistics, and region of interest computation (ROI)
  • Remote imaging using RMI and JAI
  • Internet imaging, including the use of Java 2D and JAI with servlets and JSP, the design of Web-based
  • imaging applications, and the Internet Imaging Protocol (IIP)
  • Using the new Image I/O framework to read and write images

"Putting It All Together" sections help you put vital concepts and techniques into practice with interactive examples using actual applications.


Product Details

  • Paperback: 880 pages
  • Publisher: Addison-Wesley Professional (June 6, 2001)
  • Language: English
  • ISBN-10: 0201700743
  • ISBN-13: 978-0201700749
  • Product Dimensions: 9.2 x 7.4 x 1.3 inches
  • Shipping Weight: 3.3 pounds
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #1,003,401 in Books (See Bestsellers in Books)

More About the Author

Lawrence H. Rodrigues
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Lawrence H. Rodrigues Page

Inside This Book (learn more)



Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

10 Reviews
5 star:
 (5)
4 star:
 (1)
3 star:
 (1)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
13 of 13 people found the following review helpful:
5.0 out of 5 stars A Great Book, July 29, 2001
By alaa alnaji "berguss22@usa.net" (fresno, CA United States) - See all my reviews
I have recently bought this book after buying the o'reilly's Java 2D Graphics and the sun Java2D API which are realy 2 great books but compared to this one are absolutely nothing. It's amazing how this book manages to combine concepts of the whole 3 mthods of dealing with images in Java in AWT, Java2D and the new JAI which no other book not to my knowlege at least hasnt even dealt with the subject let alone explain it so thoroughly with great examples like this one. It's also full of code utilizing alot of new methods and techniques which would make this a great book to learn from even if u didnt want to learn anything about imaging in Java. It puts alot of emphasis on dealing with imaging neglegting the other aspects of the API but I guess for most of us interested in this subject that is the only thing that matters I certinly skipped all the chapters dealing with the others subjects in the other 2 books. If u were in doubt of buying this title just take a look at the output of the examples given and you will see the potential of the things that could be done with imaging using JAI or JAVA2D.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
12 of 12 people found the following review helpful:
2.0 out of 5 stars Should be good, but it isn't, December 29, 2001
By A Customer
This book suffers from tacit knowledge oversight, a situation where the author assumes that the reader already knows the subject matter. Reading this book didn't help me understand the design behind Java 2D API or how to use it effectively

The concept of the Alpha channel is not discussed at all. How do you use Java 2D with ARGB data? This book does not tell you.

An example of a simple problem that I couldn't solve after reading this book is how do you use Java 2D when your data is ordered BGR instead of RGB? You would think that interchanging the values in the BandOffsets would do it, but Java 2D throws an Exception. In general his short examples seem too contrived to be useful, and the examples that use random numbers as images are not useful because you can't tell if the image is displayed correctly.

On the positive side the region of interest example included looks very interesting (though I haven't tried it).

I'd like to see a second edition that explains the design of Java 2D, how the APIs are supposed to be used, and why certain things don't work as expected.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
11 of 11 people found the following review helpful:
5.0 out of 5 stars A Thorough and Practical Treatment of Imaging in Java, August 20, 2001
By Edward C. Hill (MADISON, WI United States) - See all my reviews
I have found this book very helpful to me as a professional programmer developing an imaging application in Java.

In addition to showing how images can be created and manipulated using the Java APIs, it also follows sound software engineering methodology. Before presenting the example code, the author first discusses and defines the expected capabilities/requirements of the subsystem that he is building. Next he defines a Java interface that captures those capabilities and finally presents and discusses the code that implements the interface(s). He also discusses Design Patterns where appropriate and makes use of Factory patterns, etc.

This book is packed with information, advice, strategies, and sample code. In this sense the book is a great reference. My only `warning' to potential readers is that this book follows the `big example' paradigm. Chapters are fairly long and each chapter builds a fairly large multi-file example. Later chapters often `extend' classes discussed and developed in earlier chapters. This means that the best approach is probably to read the book through from start to finish if you want a thorough understanding of the examples.

On the plus side, the examples are not `toys.' They are solid well-engineered Java programs that should be useful to anyone serious about work in imaging.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Indispensable
I love this book; I was tempted to write this review since I saw a few negative comments by others that might put a potential purchaser off, and I would not want that... Read more
Published on June 1, 2006 by David Clunie

3.0 out of 5 stars Worth it more for the examples than the tutorial
This book is an OK tutorial on Java imaging technologies, even though the book is 5 years old. Some things have changed, particularly with the Java Advanced Imaging API, but not... Read more
Published on April 19, 2006 by calvinnme

1.0 out of 5 stars Don't buy this book!
I bought this book with the intention of learning the JAI API for dealing with imagery. I have read the book from cover to cover three times, and all I have learned is how... Read more
Published on October 7, 2004 by Guiness-Draft

4.0 out of 5 stars Excellent Resource
This is an excellent resource for imaging development with Java and an altogther beautiful book complete with glossy, color pages. Read more
Published on February 12, 2004 by Terry Smith

2.0 out of 5 stars Wait for the second edition
I bought this book based on the positive reviews and I have the following complaints:
1) The writing style is extremely poor and the book is full of grammatical errors. Read more
Published on November 19, 2001

5.0 out of 5 stars Outstanding
This is a really neat book. Lots of very cool useful working examples. It's hard to put this book down. Read more
Published on October 29, 2001 by Neil Moomey

5.0 out of 5 stars Excellent all around coverage of image processing in Java
The book provides a complete coverage of image display, menipulation and processing using AWT, JAI etc. Read more
Published on September 23, 2001 by Henrik I. Christensen

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.