Brightening or Darkening an RGB Buffered Image

This example demonstrates how to brighten or darken an RGB buffered image by scaling the red, green, and blue values in the image.
// To create a buffered image, see Creating a Buffered Image // Brighten the image by 30% float scaleFactor = 1.3f; RescaleOp op = new RescaleOp(scaleFactor, 0, null); bufferedImage = op.filter(bufferedImage, null); // Darken the image by 10% scaleFactor = .9f; op = new RescaleOp(scaleFactor, 0, null); bufferedImage = op.filter(bufferedImage, null);
If the image is not an RGB image, the following code converts a non-RGB image to an RGB buffered image:
// Get non-RGB image Image image = new ImageIcon("image.gif").getImage(); // Create an RGB buffered image BufferedImage bimage = new BufferedImage(image.getWidth(null), image.getHeight(null), BufferedImage.TYPE_INT_RGB); // Copy non-RGB image to the RGB buffered image Graphics2D g = bimage.createGraphics(); g.drawImage(image, 0, 0, null); g.dispose();

Comments

8 Sep 2010 - 1:19am by UGG Classic Tall (not verified)

Spring is a season full of UGG Classic Short vitality and youth, it seems that UGG Ultra Short everyone wants to fully prove themselves this season so comfortable. Just as the designers hope ugg, customers can glory shining in the spring.
First, you can use a slightly relaxed jeans indigo wash, which can make it as UGG Classic Mini real and easily. And the black knitwear UGG Classic Cardy can make it much cooler. Also, you can take a thick strawberry carry Ugg boots. Moreover, you can wear jeans ugg boots.
In my opinion, girls like clothes, jewelry, or things UGG Classic Tall like that. The best post-sale: Hurlling hockey stick So I chose a beautiful pin for her. Leighton Meester starting point you to keep photo albums latest price Although it can be very valuable, I thought I could make my cousin happy. At the same time, I was UGG Handbags very curious about what my parents sent him.

Post a comment

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image. Ignore spaces and be careful about upper and lower case.