This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, March 19, 2012 2:01:45 AM(UTC)
Groups: Registered
Posts: 7
I am using Leadtools Raster Imaging C++ version 16.5 . I am running a process that:
1) Loads a .jpg file.
2) Sets the color resolution of the image at 8 bpp .
3) Saves the image as a .jpg file (8 bpp).
4) The image saved is grayscale file (8bpp) Why? It should not be rgb file (8bpp)?
#2
Posted
:
Monday, March 19, 2012 7:46:53 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
The JPEG format does not support color 8-bit.
If you want to save the image as 8-bit color, you will have to use a different format, such as PNG, GIF, TIFF, or BMP.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Monday, March 19, 2012 8:59:21 AM(UTC)
Groups: Registered
Posts: 7
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.