| Author |
images and byte arrays
|
Tracey Currier
Ranch Hand
Joined: Feb 06, 2001
Posts: 50
|
|
I'm sending an image via a JPEGEncoder to a ByteArrayOutputStream from my servlet to an applet. I have tried to recreate the image with a decoder(says it is not a jpeg file) and from a byte array <Toolkit.getDefaultToolkit().createImage(byte[])> I have the size of the array, why is it not drawing? Thanks
|
MS,MS,SCJP,SCBCD Seize the day!
|
 |
Tracey Currier
Ranch Hand
Joined: Feb 06, 2001
Posts: 50
|
|
I have found out that my image (a buffered image) when created set the field to TYPE_BYTE_INDEX so I reset it to TYPE_INT_RGB but still no go. Does anybody know if it is necessary to convert bytes to pixels when recreating the image in the applet?
|
 |
 |
|
|
subject: images and byte arrays
|
|
|