Hello, I need to write grayscale pixels with 16 bits per sample into a Tiff file.
In the provided Apache examples the Imaging.writeImage() method is used to write image data into a file. But the image data source has always to be a BufferedImage, however BufferedImage handles only 8 bits per sample, not 16 bits. Is there an alternative class/method to write image data to a Tiff file, supporting 16 bits per sample? Or how can it be done with BufferedImage? Thanks Juergen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
