Converting an image in 8-bit grayscale RAW image in java

Posted by deejay08 on Stack Overflow See other posts from Stack Overflow or by deejay08
Published on 2010-06-01T10:38:00Z Indexed on 2010/06/01 10:43 UTC
Read the original article Hit count: 212

Filed under:
|

Please let me know how to convert a JPG/PNG/BMP image into a 8-bit grayscale RAW image in Java. Is it possible to obtain using ImageIO API?

© Stack Overflow or respective owner

Related posts about java

Related posts about image-processing