Rawpy Versions Save

📷 RAW image processing for Python, a wrapper for libraw

v0.17.0

2 years ago

Changes since 0.16.0:

  • Add Python 3.10 wheels
  • Add Linux AArch64 wheels
  • Drop Python 3.6 support
  • Add LCMS color engine and RedCine codec support on Windows
  • Update libjasper from 2.0.22 to 2.0.32
  • Fix raw_colors for Fujifilm X-Trans (https://github.com/letmaik/rawpy/issues/143)

v0.16.0

3 years ago

Changes since 0.15.0:

  • Add Python 3.9 wheels
  • Drop Python 3.5 support
  • Expose camera-defined per-channel white level (#122)
  • Expose libraw X3FTOOLS and 6BY9RPI feature flags (#124)
  • Fix raw_pattern for black and white images (#123)
  • Update LibRaw from 0.20.0 to 0.20.2 (#125)
  • Update libjasper from 2.0.19 to 2.0.22 (#125)
  • Update liblcms2 from 2.9 to 2.11 (#125)

v0.15.0

3 years ago

Changes since 0.14.0:

v0.15.0a1

4 years ago

Changes since 0.14.0:

v0.14.0

4 years ago
  • Update LibRaw to 0.19.5
  • Add support for DNG deflate, DNG lossy, RedCine*, LCMS* (*not for Windows, see README)
  • Add support for stacked RAW images, like Foveon (#88)
  • Add new API function extract_thumb for extracting thumbnails / preview images (#98)
  • Expose LibRaw errors as separate exception classes & introduce new base class LibRawError
  • Add Python 3.8 wheels
  • Drop 32bit Windows wheels
  • Drop Python 2 support
  • Fix black_level_per_channel (#78)
  • Fix DLL issue on Windows (#87)

v0.13.1

5 years ago
  • Fix import issue on Windows with Python 2.7 (#55)

v0.13.0

5 years ago
  • Added Python 3.7 wheels

v0.12.0

5 years ago
  • Added noise reduction postprocessing options (#45)
  • Fixed "Unsufficient memory" error sometimes occuring on Linux since 0.11.0 (#47)
  • Fixed raw_colors / raw_pattern being incorrect in rare cases (#46)

v0.11.0

5 years ago
  • Updated libraw to 0.19.0
  • Fix sdist installation

v0.10.1

6 years ago