Clawsy 1 Posting Whiz in Training

Hello,

I desperately need a good and fast image encoder and/or compressor for files like jpeg or png. I need this for internet image transfer. I have to transfer an images from server to client very fast - every second, even milisecond. I'm interested in an encorder that can lower the quality and sets the compression of the image.

I get screen images that are Bitmap, then write them using ImageIO to a ByteArrayOutputStream as jpg, png or gif and then send them. The transfer of the image is really slow :(. I don't need so much quality but I need speed to get a higher frame rate at the client.

If someone know a good working encoder / compressor or something like this please help me. I tried some but didn't work as expected.

Thanks.