I am working on a problem that requires splitting the color of each pixel into red, green and blue over specified ranges of pixels in color images. I am looking for a complete Java code which would read jpg or bmp files, compute R, G, B values, and write the values on a text file. Can anybody help?
Java applicaton program for color splittingLaszlo Orloci April 17, 2011 at 4:46 AM
I am working on a problem that requires splitting the color of each pixel into red, green and blue over specified ranges of pixels in color images. I am looking for a complete Java code which would read jpg or bmp files, compute R, G, B values, and write the values on a text file. Can anybody help?
errorrolly September 13, 2012 at 9:58 PM
The method read(File) in the type ImageIO is not applicable for the arguments (String)
Post your Comment