Skip to content

Commit 999cbe6

Browse files
committedMar 7, 2010
Initial checking of exifprobe 2.0.1 from the tarball
0 parents  commit 999cbe6

File tree

120 files changed

+43612
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+43612
-0
lines changed
 

‎4_SPACE_TABS

Whitespace-only changes.

‎ABOUT_PIM

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
Beginning with version 1.2.6, exifprobe reports the structure of
2+
Print Image Matching sections, according to information provided by
3+
evan@ozhiker.com on the web page at
4+
5+
http://www.ozhiker.com/electronics/pjmt/jpeg_info/pim.html
6+
7+
The meaning of the PIM tags and the interpretation of the 4 bytes
8+
of data in each entry are not known. Exifprobe prints the tags by
9+
hexadecimal number, and prints the data in two formats: a "hex dump"
10+
of each data entry, followed by the hex and decimal values of the data
11+
interpreted as unsigned long integers in the prevailing byteorder of the
12+
Exif data.
13+
14+
Print IM is a feature of Epson Printers, supported by several camera
15+
manufacturers. The PrintIM section is included in either the first TIFF
16+
IFD or in the MakerNote, or both. The section records a "profile"
17+
indicating certain transformations which the manufacturer finds will
18+
improve the image presentation on a PrintIM-enabled printer. Epson
19+
provides a FAQ at
20+
21+
http://www.printimagematching.com/faq4.php
22+
23+
which better describes Print Image Matching.
24+
25+
According to the FAQ, the values provided in the PrintIM section may
26+
include:
27+
Gamma Level
28+
Color Space
29+
Color Balance
30+
Contrast
31+
Brightness
32+
Sharpness
33+
Saturation
34+
Shadow
35+
Highlight
36+
37+
PIM version II also may include
38+
Noise Reduction
39+
Custom Scene setting

0 commit comments

Comments
 (0)
Please sign in to comment.