07-02-2022, 09:13 PM
Yes, using 32-bit floating-point takes 4 times more RAM than 8-bit. On the other hand, there is much less color loss during color operations, and you avoid round off errors than show as artefacts. The latter is fairly frequent when you use layer blend modes. Try this yourself:
- Create a 800x800 image in 32-bit FP precision
- On the base layer, make a black to white horizontal gradient
- Add a layer, make a black to white vertical gradient
- Put the top layer in Grain extract mode: the gray diagonal area should remain smooth
- Use Image ➤ Precision to switch to 8-bit integer: banding/moiré appears in that diagonal area