Page 1 of 1

> 8-Bit Graphics

Posted: Thu Jul 20, 2023 12:34 am
by chris319
Requesting support for graphics with > 8 bits per channel (RGB) depth.

Existing functions could be modified like so:

Code: Select all

Result = Red(Color[,Depth])

Code: Select all

Result = Red(Color,10)
10- and 12-bit depths are starting to be used in video and high-end graphics.

Re: > 8-Bit Graphics

Posted: Thu Jul 20, 2023 1:28 pm
by chris319

Code: Select all

Structure pixl
    R.c
    G.c
    B.c 
EndStructure

Re: > 8-Bit Graphics

Posted: Sun Jul 23, 2023 9:03 pm
by RASHAD
Hi chris319 :)
RGB is RGB
But if you are ready for hard work with Freeimage you can create image with depth more than 8 in memory
But then you must have what the extra bits will have
In this case you got to do Decoder and Encoder for your new format
If you did that please give me version for free :D