Hey folks,
  I'm making a small image processing program for kicks.  The algorithm 
requires that all pixel values be in the Luv colorspace.  I have looked 
everywhere in the API and online and can find no way to convert an image to the 
TYPE_Luv colorspace.  I've tried every method that I know of but I still cant 
find a way to get pixel values reported in the Luv colorspace.  If anyone could 
point me in the right direction it would greatly be appreciated.

P.S. when I do
ColorSpace cs = ColorSpace.getInstance(ColorSpace.CS_sRGB);
ColorConvertOp op = new ColorConvertOp(cs,null);
buff_Img = op.filter(buff_Img,null);
buff_Img_Raster = buff_Img.getRaster();
and then output
buff_Img_Raster.numbands();
I get the raster has 1 band, whats up with that ?
[Message sent by forum member 'jdallas' (jdallas)]

http://forums.java.net/jive/thread.jspa?messageID=239018

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to