/src/FreeImage/Source/LibRawLite/README

https://bitbucket.org/cabalistic/ogredeps/ · #! · 28 lines · 20 code · 8 blank · 0 comment · 0 complexity · 6503f2d622e5fb61cb0bb6ff9c143502 MD5 · raw file

  1. ====================== LibRaw ==============================
  2. == Library for reading and processing of RAW digicam images ==
  3. LibRaw is a library for reading RAW files from digital photo cameras
  4. (CRW/CR2, NEF, RAF, DNG, MOS, KDC, DCR, etc, virtually all RAW formats are
  5. supported).
  6. It pays special attention to correct retrieval of data required for subsequent
  7. RAW conversion.
  8. The library is intended for embedding in RAW converters, data analyzers, and
  9. other programs using RAW files as the initial data.
  10. LibRaw library, Copyright (C) 2008-2009 LibRaw LLC (info@libraw.org)
  11. The library includes source code from
  12. dcraw.c, Dave Coffin's raw photo decoder
  13. Copyright 1997-2010 by Dave Coffin, dcoffin a cybercom o net
  14. LibRaw is distributed for free under three different licenses:
  15. * GNU Lesser General Public License, version 2.1
  16. * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
  17. * LibRaw Software License
  18. You may use one of these licensing modes and switch between them.
  19. If you modify LibRaw source and made your changes public, you should accept
  20. all three licensing modes for your changes/additions.