KISSKISS - keep it simple - "A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away." Antoine de Saint-Exupéry
Free Softwaredelaboratory is licensed under GPL3 - "Software is like sex: it's better when it's free." Linus Torvalds
Floating point precisionEach channel is stored as an array of floats. Float is stored on 32-bits, so it means 96-bits per pixel in RGB or LAB mode and 128-bits per pixel in CMYK mode. (GIMP uses 24 bits per pixel (8-bit channels), many other applications use 48-bits per pixel (16-bit channels), 96-bits per pixel can be achieved in RawTherapee and in G'MIC).
Non-destructive processingEach operation can be adjusted at any time.
Realtime previewResult of each operation should be immediately visible on preview.
|