summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2020-08-04 22:58:50 -0400
committerHubert Figuière <hub@figuiere.net>2020-08-04 22:58:50 -0400
commit09a7cbdff703c006e8531351830d9add1c72192c (patch)
treea81f4af96a4c772057d08bad04de4ab001213f89 /NEWS
parentf0562bab7cb0c1017db6ec8f7e26dee9a1b8626e (diff)
parent58f5ba8703fcd927a62a4eb999709f9e558aaf0a (diff)
This is a baseline implementation of Exif support for RAW files.
Merge branch 'exif'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc1012b..6d7f47e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,40 @@
+
+libopenraw 0.3.0 -
+
+New features:
+
+ Camera support:
+ [ a * denote that static WB coefficients have been included, unless DNG ]
+
+ - Epson R-D1, R-D1s: extract the 640 pixel preview.
+ - Panasonic: extract the Exif thumbnail
+ - Olympus, Nikon, Pentax: extract the MakerNote preview.
+
+Changes:
+
+ - API: Added or_ifd_release(), or_ifd_get_name() and or_ifd_get_type().
+ - API: The ORIfdDirRef returned by or_rawfile_get_ifd() must
+ be released.
+ - API: or_rawfile_get_ifd() support more IFD types.
+ - API: or_ifd_index is replaced by or_ifd_dir_type. OR_IFD_MAKERNOTE is replaced
+ by OR_IFD_MNOTE, OR_IFD_CFA is replaced by OR_IFD_RAW.
+ - API: or_iterator*() to iterate through the metadata tags.
+ - API: Added or_metavalue_get_count().
+ - Fix getting MakerNotes for Pentax, Panasonic.
+ - Get the Panasonic Exif thumbnail.
+ - Added tool `exifdump`.
+
+Internal Changes:
+
+ - Added LOGASSERT()
+
libopenraw 0.2.3 -
New features:
Camera support:
[ a * denote that static WB coefficients have been included, unless DNG ]
+
- Added Hasselblad Lunar* (rebadged Sony NEX-7).
- Coefficients for Panasonic DC-G100, Sony ZV-1, Canon EOS R5 and EOS R6.