README 1.0 KB

12345678910111213141516171819202122232425
  1. The Color Transformation Language, or CTL, is a programming language
  2. for digital color management.
  3. Digital color management requires translating digital images between
  4. different representations or color spaces. The Color Transformation
  5. Language, or CTL, is a small programming language that was designed to
  6. serve as a building block for digital color management systems.
  7. CTL allows users to describe color transforms in a concise and
  8. unambiguous way by expressing them as programs. In order to apply a
  9. given transform to an image, the color management system instructs
  10. a CTL interpreter to load and run the CTL program that describes the
  11. transform. The original and the transformed image constitute the CTL
  12. program's input and output.
  13. Provides
  14. --------
  15. This package provides:
  16. * CTL libraries and the CTL interpreter CTL documentation sample CTL
  17. * applications utilizing IlmImfCtl the ctlrender application to use
  18. * CTL transforms on an image using one or more CTL scripts,
  19. potentially converting the file format in the process