1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
|
If you make a new plugin, please add the list of returned items to this list.
pdf plugin:
===========
Date Created
Date Modiified
Int Pages
Bool Encrypted
and everything else pdfinfo returns as string
png plugin:
===========
type key W/A details
------------------------------------------------------------------------
Size Dimensions -/-
Int BitDepth -/-
String ColorMode -/-
String Compression -/- Compression type. Right now always "deflate"
Other keys corresponding to the png comment keys are returned as non-editable
String.
Common keys that are recommended in the png spec:
Title, Author, Description, Copyright, Creation Time, Software, Disclaimer,
Warning, Source, Comment
PostScript plugin:
==================
String Title
String Creator
String CreationDate
String For
Int Pages
Jpeg plugin:
============
Note: number.number means precision of converted number
type key Comment
-----------------------------------------------------------------------------
String Camera make
String Camera model
String Date/time
Size Dimensions Width x Height in pixels
int Qt::Orientation 1 - "The 0th row is at the visual top of the image,
and the 0th column is the visual left-hand side."
2 - "The 0th row is at the visual top of the image,
and the 0th column is the visual right-hand side."
3 - "The 0th row is at the visual bottom of the image,
and the 0th column is the visual right-hand side."
4 - "The 0th row is at the visual bottom of the image,
and the 0th column is the visual left-hand side."
5 - "The 0th row is the visual left-hand side of of the image,
and the 0th column is the visual top."
6 - "The 0th row is the visual right-hand side of of the image,
and the 0th column is the visual top."
7 - "The 0th row is the visual right-hand side of of the image,
and the 0th column is the visual bottom."
8 - "The 0th row is the visual left-hand side of of the image,
and the 0th column is the visual bottom."
String ColorMode "Grayscale" "Color"
String Flash used "Yes" "No"
String Focal length 4.1 mm, 35mm equivalent
String Exposure time 6.3 (if < 0.5 also in 1/xx) sec
String Aperture "f/3.1"
String Focus dist. "Infinite" or 5.2 m
String CCD width 4.2 Postfix mm
String Exposure bias 4.2
String Whitebalance 0 = unknown
1 = Daylight
2 = Fluorescent
3 = Tungsten
17 = Standard light A
18 = Standard light B
19 = Standard light C
20 = D55
21 = D65
22 = D75
23 to 254 = reserved
255 = other
String Metering mode 0 = unknown
1 = Average
2 = CenterWeightedAverage
3 = Spot
4 = MultiSpot
5 = Pattern
6 = Partial
7 to 254 = reserved
255 = other
String Exposure 0 = Not defined
1 = Manual
2 = Normal program
3 = Aperture priority
4 = Shutter priority
5 = Creative program (biased toward depth of field)
6 = Action program
(biased toward fast shutter speed)
7 = Portrait mode
(for closeup photos with the background out of focus)
8 = Landscape mode
(for landscape photos with the background in focus)
9 to 255 = reserved
String ISO equiv. 2digits ???
String JPG quality 1 - "basic"
2 - "normal"
4 - "fine"
default: unknown
String User comment
String Comment
TQImage Thumbnail
gif plugin:
===========
type key Comment
-----------------------------------------------------------------------------
Size Dimensions Width x Height in pixels.
String Comment gif comment blocks, which we permit to be utf-8 encoded
in clear violation/extension of the specification which
calls for 7 bit ASCII. See:
http://www.geocities.co.jp/SiliconValley/3453/gif_info/index_en.html
TIFF plugin:
===========
:: Group: General ::
type key Comment
------ -------------- -----------------------------------------------------
String ColorMode Color Mode (Monochrome, RGB, RGBA etc)
Size Dimensions Width & height as a QSize object
Size Resolution x & y resolution in dpi as a QSize object
Int BitDepth No. of bits per pixel (e.g. 24 for 8-bit RGB)
String Compression Compression used (None, Deflate, LZW, JPEG etc.)
Int FaxPages No. of pages if this is fax
String Software Software used to produce this image
String Description Image description
String Copyright Copyright information
String DateTime Date and time of image creation
String Artist Name of the person who created this image
:: Group: Scanner ::
type key Comment
------ -------------- -----------------------------------------------------
String Make Make of the scanner used
String Model Model of the scanner used
xbm plugin:
===========
type key W/A details
------------------------------------------------------------------------
QSize Dimensions -/- Dimensions in pixels
xpm plugin:
===========
type key W/A details
------------------------------------------------------------------------
QSize Dimensions -/- Dimensions in pixels
Int BitDepth -/- Bits per pixel
bmp plugin:
===========
type key W/A details
------------------------------------------------------------------------
String Type -/- Bitmap type (Windows / OS/2)
QSize Dimensions -/- Dimensions in pixels
Int BitDepth -/- Bits per pixel
String Compression -/- Compression type
tga plugin:
===========
type key W/A details
------------------------------------------------------------------------
QSize Dimensions -/- Dimensions in pixels
Int BitDepth -/- Bits per pixel
String ColorMode -/- Color mode (e.g. RGB)
String Compression -/- Compression type, if any
ico plugin:
===========
type key W/A details
------------------------------------------------------------------------
Int Number -/- Number of icons in file
QSize Dimensions -/- Dimensions
QSize DimensionsM -/- Dimensions [of 1st icon]
Int Colors -/- Number of colors [in 1st icon]
pcx plugin:
===========
type key W/A details
------------------------------------------------------------------------
QSize Dimensions -/- Dimensions in pixels
Int BitDepth -/- Bits per pixel
QSize Resolution -/- Resolution in DPI
String Compression -/- Compression type, if any
rgb plugin:
===========
type key details
------------------------------------------------------------------------
String ImageName Image name (or comment)
QSize Dimensions Dimensions in pixels
Int BitDepth Bits per pixel
String ColorMode Color Mode (Monochrome, RGB, RGBA etc)
String Compression Compression type
String SharedRows Percentage of shared rows
(amount of "aggression" -> see GIMP)
dds plugin:
===========
type key details
------------------------------------------------------------------------
QSize Dimensions Dimensions in pixels
Int Depth Depth in pixels
Int BitDepth Bits per pixel
String ColorMode Color Mode (RGB, RGBA)
String Type 2D, volume or cube map
String Compression Compression type
|