Is exist bitmap conversion mechanism in the library
that use color model of bitmaps?
I found deep description of color model via PLPixelFormat.
But I not found code in the library that use this
capability to convert colors :(
It exist CopyPixels() that convert raster to same color depth but not analyze color model of raster. :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is exist bitmap conversion mechanism in the library
that use color model of bitmaps?
I found deep description of color model via PLPixelFormat.
But I not found code in the library that use this
capability to convert colors :(
It exist CopyPixels() that convert raster to same color depth but not analyze color model of raster. :(