My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Philosophy  
Design philosophy
Updated Oct 19, 2011 by jacekpop...@gmail.com
  1. KISS

  2. KISS - 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
  3. Free Software

  4. delaboratory is licensed under GPL3 - "Software is like sex: it's better when it's free." Linus Torvalds
  5. Floating point precision

  6. Each 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).
  7. Non-destructive processing

  8. Each operation can be adjusted at any time.
  9. Realtime preview

  10. Result of each operation should be immediately visible on preview.

Sign in to add a comment
Powered by Google Project Hosting