Posted By:
GShankar_B
Posted On:
Wednesday, April 5, 2006 06:07 AM
I have byte array object as input which is downloaded from the server
This is the byte array form of the multipage Tiff.
I want this byte array to be converted to
"java.awt.Image"
object array, such that each element of the array should have the
"Image"
object of the respective pages.