Color Spaces
- From: "Daniel Meier" <fake@xxxxxxxxxx>
- Date: Sun, 24 Apr 2005 13:45:59 +0100
I convert a sRGB into a YCbCr Image with:
ColorSpace cs = ColorSpace.getInstance(ColorSpace.CS_TYPE_YCbCr);
ColorConvertOp op = new ColorConvertOp(cs, null);
bufferedImage = op.filter(bufferedImage, null);
How can I select now the Y-, Cb- and Cr-Component seperatly?
.
- Prev by Date: How to add rows of text to JTextArea
- Next by Date: Re: How to add rows of text to JTextArea
- Previous by thread: How to add rows of text to JTextArea
- Next by thread: Application Storybook Builder - any recommendation?
- Index(es):
Relevant Pages
|