Releases: letmaik/rawpy
Releases · letmaik/rawpy
0.17.3
0.18.0a1
0.17.2
0.17.1
0.17.0
0.16.0
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
and6BY9RPI
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)
0.15.0
0.15.0a1
0.14.0
- 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)