Java: Send BufferedImage through Socket with a low bitdepth
- by Martijn Courteaux
Hi,
The title says enough I think.
I have a full quality BufferedImage and I want to send it through an OutputStream with a low
bitdepth. I don't want an algorithm to change pixel by pixel the quality, so it is still a full-quality.
So, the goal is to write the image (with the full resolution) through the OuputStream with a very small size.
Thanks,
Martijn