June 2005
Beginner to intermediate
336 pages
6h 29m
English
The first button in Graphicizer is Emboss, which converts an image into an “embossed” image, making it look as though it were embossed on paper in a three-dimensional way. For example, you can see the results when the sample image (image.gif) that comes with the application is embossed in Figure 3.4.

To create an embossed image, Graphicizer has to get access to the individual pixels in the image. You can load these pixels into an array using the Java PixelGrabber class, which is what Graphicizer does. You can see the significant methods of the PixelGrabber class in Table 3.5.
Read now
Unlock full access