Patch #1044 ยป T1044.patch
| src/tags.cpp (working copy) | ||
|---|---|---|
| 534 | 534 |
"unit is used for both <XResolution> and <YResolution>. If " |
| 535 | 535 |
"the image resolution is unknown, 2 (inches) is designated."), |
| 536 | 536 |
ifd0Id, imgStruct, unsignedShort, 1, printExifUnit), |
| 537 |
TagInfo(0x0129, "PageNumber", N_("Page Number"),
|
|
| 538 |
N_("The page number of the page from which this image was scanned."),
|
|
| 539 |
ifd0Id, imgStruct, unsignedShort, 2, printValue), |
|
| 537 | 540 |
TagInfo(0x012d, "TransferFunction", N_("Transfer Function"),
|
| 538 | 541 |
N_("A transfer function for the image, described in tabular style. "
|
| 539 | 542 |
"Normally this tag is not necessary, since color space is " |
| src/tiffimage.cpp (working copy) | ||
|---|---|---|
| 2123 | 2123 |
{ 0x0124, ifd0Id }, // Exif.Image.T4Options
|
| 2124 | 2124 |
{ 0x0125, ifd0Id }, // Exif.Image.T6Options
|
| 2125 | 2125 |
{ 0x0128, ifd0Id }, // Exif.Image.ResolutionUnit
|
| 2126 |
{ 0x0129, ifd0Id }, // Exif.Image.PageNumber
|
|
| 2126 | 2127 |
{ 0x012d, ifd0Id }, // Exif.Image.TransferFunction
|
| 2127 | 2128 |
{ 0x013d, ifd0Id }, // Exif.Image.Predictor
|
| 2128 | 2129 |
{ 0x013e, ifd0Id }, // Exif.Image.WhitePoint
|