Getting the pixel value of a TIFF image in Java
问题 The ImageIO package doesn't work with .tif images and I cannot create a BufferedImage (Class I'm more familiar with) from a .tif file. How do I easily get the pixel value of a TIFF image in Java? How can I do it FAST? I'm not experienced with image processing and some sample code would be greatly appreciated! Thanks! 回答1: You will need the Java Advanced Imaging API: JAI in order to work with TIFF images. From the JAI API description: TIFF In addition to the baseline specification, the encoder