api - Lossless reproduce of Image in Java -
i working on 1 sample image algorithm, read complete image matrix format , re-produce same image matrix data.
i searching similar api in java, couldn't find one.
if read image[mxn pixel] in matlab, producing of image[m][n] size , in similar fashion, read , write image matrix/file in java without loss of data.
read image java.awt.bufferedimage using 1 of read()
methods of java.imageio.imageio. can access color values of each pixsel using getrgb(int x, int y)
.
Comments
Post a Comment