Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Precision: 8, 16 or 32 bit?
#3
(03-21-2020, 08:55 AM)rich2005 Wrote: I think that is why the developers are keen on using the 0 to 100 percentage scales rather than the 0-255 RGB values. The decimals shown in the RGB 0-255 scales are a bit of an anomaly.
Converting the hex to decimal is always going to be regardless of precision.  
F5 = Red = 245
00 = Green = 00
0d = Blue = 13

Using a higher precision does give a larger file size.
You can see the benefit of a higher depth especially with gradients, less 'ramping'
As far as I know, many of the internal calculations are using 32 bit fp even if using 8 or 16 bit

I confirm, AFAIK all internal calculations are now done in 32-bit FP linear so 32-bit FP linear is the fastest option if you have the RAM (4x the RAM of the 8-bit precision).
Reply


Messages In This Thread
Precision: 8, 16 or 32 bit? - by Krikor - 03-20-2020, 07:25 PM
RE: Precision: 8, 16 or 32 bit? - by rich2005 - 03-21-2020, 08:55 AM
RE: Precision: 8, 16 or 32 bit? - by Ofnuts - 03-21-2020, 09:23 AM

Forum Jump: