U
Uli Kunkel
I'm trying to convert 24bit depth jpg to 16 bit.
I'm using BufferedImage.TYPE_USHORT_565_RGB option to do so.
There are 2 thing that bother me:
1. Anyway when I write the file it always says it is 24 bit in the header.
The photo changes but the bit depth info stays the same.
2. The photo is smaller with 24 bit depth (BufferedImage.TYPE_INT_RGB)
than with 16 bit depth (BufferedImage.TYPE_USHORT_565_RGB) ?!?
Is it even recommendable to have 16bit jpegs?
Thanks in advance for any suggestions.
I'm using BufferedImage.TYPE_USHORT_565_RGB option to do so.
There are 2 thing that bother me:
1. Anyway when I write the file it always says it is 24 bit in the header.
The photo changes but the bit depth info stays the same.
2. The photo is smaller with 24 bit depth (BufferedImage.TYPE_INT_RGB)
than with 16 bit depth (BufferedImage.TYPE_USHORT_565_RGB) ?!?
Is it even recommendable to have 16bit jpegs?
Thanks in advance for any suggestions.