[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:44:55 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=8ab1636
The following commit has been merged in the master branch:
commit 8ab163647d39620f595fb58af9f7d0acdf2dbce6
Author: Robin Mills <robin at clanmills.com>
Date: Tue Mar 24 20:31:37 2015 +0000
#1044. Thank you Mario for reporting this an providing a patch. Thank You for Thomas for validating this fix.
---
src/tags.cpp | 3 +++
src/tiffimage.cpp | 1 +
2 files changed, 4 insertions(+)
diff --git a/src/tags.cpp b/src/tags.cpp
index e7e8ef1..82cf7cc 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -534,6 +534,9 @@ namespace Exiv2 {
"unit is used for both <XResolution> and <YResolution>. If "
"the image resolution is unknown, 2 (inches) is designated."),
ifd0Id, imgStruct, unsignedShort, 1, printExifUnit),
+ TagInfo(0x0129, "PageNumber", N_("Page Number"),
+ N_("The page number of the page from which this image was scanned."),
+ ifd0Id, imgStruct, unsignedShort, 2, printValue),
TagInfo(0x012d, "TransferFunction", N_("Transfer Function"),
N_("A transfer function for the image, described in tabular style. "
"Normally this tag is not necessary, since color space is "
diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp
index 962c74c..84e2fe9 100644
--- a/src/tiffimage.cpp
+++ b/src/tiffimage.cpp
@@ -2123,6 +2123,7 @@ namespace Exiv2 {
{ 0x0124, ifd0Id }, // Exif.Image.T4Options
{ 0x0125, ifd0Id }, // Exif.Image.T6Options
{ 0x0128, ifd0Id }, // Exif.Image.ResolutionUnit
+ { 0x0129, ifd0Id }, // Exif.Image.PageNumber
{ 0x012d, ifd0Id }, // Exif.Image.TransferFunction
{ 0x013d, ifd0Id }, // Exif.Image.Predictor
{ 0x013e, ifd0Id }, // Exif.Image.WhitePoint
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list