S
shruti
hello,
I am working on Tiff Viewer, that displays TIFF format files.
In which each page is an object of BufferedImage.
displayed image is object of the bufferedimage.
i want to get the all properties of the that BufferedImage.
properties like ,
Width = 1700 pixels
Height = 2340 pixels
X resolution = 200.0 dpi
Y resolution = 200.0 dpi
Network activity = 19.03KB
Bits per sample = 1
Samples per pixel = 1
this is sample of what i want to know from any bufferedimage.
i don't know how to get this properties of given BufferedImage.
help me to slove this problem..
Regards,
sonal.
I am working on Tiff Viewer, that displays TIFF format files.
In which each page is an object of BufferedImage.
displayed image is object of the bufferedimage.
i want to get the all properties of the that BufferedImage.
properties like ,
Width = 1700 pixels
Height = 2340 pixels
X resolution = 200.0 dpi
Y resolution = 200.0 dpi
Network activity = 19.03KB
Bits per sample = 1
Samples per pixel = 1
this is sample of what i want to know from any bufferedimage.
i don't know how to get this properties of given BufferedImage.
help me to slove this problem..
Regards,
sonal.