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 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
|
<pre>Network Working Group G. Parsons
Request for Comments: 2302 Northern Telecom
Category: Standards Track J. Rafferty
Human Communications
S. Zilles
Adobe Systems, Inc.
March 1998
<span class="h1">Tag Image File Format (TIFF) - image/tiff</span>
<span class="h1">MIME Sub-type Registration</span>
Status of this Memo
This document specifies an Internet standards track protocol for the
Internet community, and requests discussion and suggestions for
improvements. Please refer to the current edition of the "Internet
Official Protocol Standards" (STD 1) for the standardization state
and status of this protocol. Distribution of this memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (1998). All Rights Reserved.
Overview
This document describes the registration of the MIME sub-type
image/tiff. The baseline encoding is defined by [TIFF].
Internet Fax Working Group
This document is a product of the IETF Internet Fax Working Group.
All comments on this document should be forwarded to the email
distribution list at <ietf-fax@imc.org>.
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Abstract</span>
This document describes the registration of the MIME sub-type
image/tiff. The baseline encoding is defined by [TIFF]. This
document refines an earlier sub-type registration in <a href="./rfc1528">RFC 1528</a>
[TPC.INT].
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. TIFF Definition</span>
TIFF (Tag Image File Format) Revision 6.0 is defined in detail by
Adobe in [TIFF]. The documentation can be obtained from Adobe at:
<span class="grey">Parsons, et. al. Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc2302">RFC 2302</a> TIFF March 1998</span>
Adobe Developers Association
Adobe Systems Incorporated
345 Park Avenue
San Jose, CA 95110-2704
Phone: +1-408-536-6000
Fax: +1-408-537-6000
A copy of this specification can also be found in:
<a href="ftp://ftp.adobe.com/pub/adobe/devrelations/devtechnotes/pdffiles/tiff6.pdf">ftp://ftp.adobe.com/pub/adobe/devrelations/devtechnotes/pdffiles/</a>
<a href="ftp://ftp.adobe.com/pub/adobe/devrelations/devtechnotes/pdffiles/tiff6.pdf">tiff6.pdf</a>
While a brief scope and feature description is provided in this
section as background information, the reader is directed to the
original TIFF specification [TIFF] to obtain complete feature and
technical details.
2.1 TIFF Scope
TIFF describes image data that typically comes from scanners, frame
grabbers, and paint- and photo-retouching programs. TIFF is not a
printer language or page description language. The purpose of TIFF is
to describe and store raster image data. A primary goal of TIFF is
to provide a rich environment within which applications can exchange
image data. This richness is required to take advantage of the
varying capabilities of scanners and other imaging devices. Though
TIFF is a rich format, it can easily be used for simple scanners and
applications as well because the number of required fields is small.
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a> TIFF Features</span>
Some of the features of TIFF (from [TIFF]) are:
- TIFF is capable of describing bilevel, grayscale, palette-color,
and full-color image data in several color spaces.
- TIFF includes a number of compression schemes that allow
developers to choose the best space or time tradeoff for their
applications.
- TIFF is designed to be extensible and to evolve gracefully as new
needs arise.
- TIFF allows the inclusion of an unlimited amount of private or
special-purpose information.
<span class="grey">Parsons, et. al. Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc2302">RFC 2302</a> TIFF March 1998</span>
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. MIME Definition</span>
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a> image/tiff</span>
The image/tiff content-type was previously defined in <a href="./rfc1528">RFC 1528</a> as
containing TIFF 6.0 encoded image data, with specific reference made
to a subset known as TIFF Class F. This document re-defines the
original image/tiff definition to refer to all of the profiles and
extensions that build on TIFF 6.0 [TIFF] encoded image data,
consistent with existing practice for TIFF aware Internet
applications. This definition is further enhanced by introducing the
new "application parameter" (<a href="#section-3.2">section 3.2</a>) to enable identification of
a specific subset of TIFF and TIFF extensions for the encoded image
data.
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a> Application parameter</span>
There are cases where it may be useful to identify the application
applicable to the content of an image/tiff body. Typically, this
would be used to assist the recipient in dispatching a suitable
rendering package to handle the display or processing of the image
file. As a result, an optional "application" parameter is defined
for image/tiff to identify a particular application's subset of TIFF
and TIFF extensions for the encoded image data, if it is known. No
values are defined in this document.
Example using a fictional value 'foo':
Content-type: image/tiff; application=foo
There is no default value for application, as the absence of the
application parameter indicates that the encoded TIFF image is
Baseline TIFF or that it is not necessary to identify the
application. It is up to the recipient's implementation to
determine the application (if necessary) and render the image to the
user.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. IANA Registration</span>
To: ietf-types@iana.org
Subject: Registration of Standard MIME media type image/tiff
MIME media type name: image
MIME subtype name: tiff
Required parameters: none
<span class="grey">Parsons, et. al. Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc2302">RFC 2302</a> TIFF March 1998</span>
Optional parameters: application
There is no format specified for the value of this parameter
in addition to that specified by [<a href="#ref-MIME1" title=""Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies"">MIME1</a>]. Various
applications of TIFF may define values as required. New
values should be defined in standards track RFCs and the
values should be registered with IANA, using the
registration form included in <a href="#appendix-A">Appendix A</a>. There is no
default value for application, as the absence of the
application parameter indicates that the encoded TIFF image
is Baseline TIFF or that it is not necessary to identify the
application. It is up to the implementation to determine
the application (if necessary) and render the image to the
user.
Encoding considerations: Binary or Base-64 generally preferred
Security considerations:
TIFF utilizes a structure which can store image data and
attributes of this image data. The fields defined in the
TIFF specification are of a descriptive nature and provide
information that is useful to facilitate viewing and
rendering of images by a recipient. As such, the fields
currently defined in the TIFF specification do not in
themselves create additional security risks, since the
fields are not used to induce any particular behavior by
the recipient application.
TIFF has an extensible structure, so that it is
theoretically possible that fields could be defined in the
future which could be used to induce particular actions on
the part of the recipient, thus presenting additional
security risks, but this type of capability is not
supported in the referenced TIFF specification. Indeed, the
definition of fields which would include such processing
instructions is inconsistent with the goals and spirit of
the TIFF specification.
Interoperability considerations:
The ability of implementations to handle all the defined
applications (or profiles within applications) of TIFF may
not be ubiquitous. As a result, implementations may decode
and attempt to display the encoded TIFF image data only to
determine that the image cannot be rendered. The presence
of the application parameter may aid in allowing this
determination before dispatching for rendering. However, it
<span class="grey">Parsons, et. al. Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc2302">RFC 2302</a> TIFF March 1998</span>
should be noted that the parameter value is not intended to
convey levels of capabilities for a particular application.
Published specification:
TIFF (Tag Image File Format) is defined in:
TIFF (TM) Revision 6.0 - Final - June 3, 1992
Adobe Developers Association
Adobe Systems Incorporated
345 Park Avenue
San Jose, CA 95110-2704
Phone: +1-408-536-6000
Fax: +1-408-537-6000
A copy of this specification can be found in:
<a href="ftp://ftp.adobe.com/pub/adobe/devrelations/devtechnotes/pdffiles/tiff6.pdf">ftp://ftp.adobe.com/pub/adobe/devrelations/devtechnotes/pdff</a>
<a href="ftp://ftp.adobe.com/pub/adobe/devrelations/devtechnotes/pdffiles/tiff6.pdf">iles/tiff6.pdf</a>
Applications which use this media type:
Imaging, fax, messaging and multi-media
Additional information:
Magic number(s):
II (little-endian): 49 49 42 00 hex
MM (big-endian): 4D 4D 00 42 hex
File extension(s): .TIF
Macintosh File Type Code(s): TIFF
Person & email address to contact for further information:
Glenn W. Parsons
Glenn.Parsons@Nortel.ca
James Rafferty
Jrafferty@worldnet.att.net
Stephen Zilles
szilles@adobe.com
Intended usage: COMMON
Change controller: Stephen Zilles
<span class="grey">Parsons, et. al. Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc2302">RFC 2302</a> TIFF March 1998</span>
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Authors' Addresses</span>
Glenn W. Parsons
Northern Telecom
P.O. Box 3511, Station C
Ottawa, ON K1Y 4H7
Canada
Phone: +1-613-763-7582
Fax: +1-613-763-2697
Email: Glenn.Parsons@Nortel.ca
James Rafferty
Human Communications
12 Kevin Drive
Danbury, CT 06811-2901
USA
Phone: +1-203-746-4367
Fax: +1-203-746-4367
Email: Jrafferty@worldnet.att.net
Stephen Zilles
Adobe Systems Inc.
Mailstop W14
345 Park Avenue
San Jose, CA 95110-2704
USA
Voice: +1-408-536-4766
Fax: +1-408-536-4042
Email: szilles@adobe.com
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. References</span>
[<a id="ref-MIME1">MIME1</a>] Freed, N. and N. Borenstein, "Multipurpose Internet Mail
Extensions (MIME) Part One: Format of Internet Message Bodies",
<a href="./rfc2045">RFC 2045</a>, November 1996.
[MIME4] Freed, N. and N. Borenstein, "Multipurpose Internet Mail
Extensions (MIME) Part Four: Registration Procedures", <a href="./rfc2048">RFC 2048</a>,
November 1996.
[TIFF] Adobe Developers Association, TIFF (TM) Revision 6.0 - Final,
June 3, 1992.
[TPC.INT] Malamud, C. and M. Rose, "Principles of Operation for the
TPC.INT Subdomain: Remote Printing -- Technical Procedures",
<a href="./rfc1528">RFC 1528</a>, October 1993.
[TIFFPLUS] McIntyre, L., Zilles, S., Buckley, R., Venable, D.,
Parsons, G., and J. Rafferty, "File Format for Internet Fax",
<a href="./rfc2301">RFC 2301</a>, March 1998.
[TIFF] Parsons, G., and J. Rafferty, "Tag Image File Format
TIFF) -- R Profile for Facsimile, <a href="./rfc2306">RFC 2306</a>, March 1998.
<span class="grey">Parsons, et. al. Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc2302">RFC 2302</a> TIFF March 1998</span>
Appendix A: IANA Registration form for new values of Application
Parameter
To: IANA@isi.edu Subject: Registration of new values for the
Application parameter
of image/tiff
MIME type name:
image/tiff
Optional Parameter:
Application
New Value(s):
Application=foo
Description of Use:
foo - ("foo" is a fictional new value used in this message as an
example, it is to be replaced with the new value being
registered. Include a short description of the use of the
new value here. This must include reference to a standards
track RFC for the complete description; the use of the
value must be defined completely enough for independent
implementation. )
Security Considerations:
(Any additional security considerations that may be introduced by use
of the new parameter should be defined here or in the referenced
standards track RFC.)
Person & email address to contact for further information:
(fill in contact information)
INFORMATION TO THE SUBMITTER:
The accepted registrations will be listed in the "Assigned Numbers"
series of RFCs. The information in the registration form is freely
distributable.
<span class="grey">Parsons, et. al. Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc2302">RFC 2302</a> TIFF March 1998</span>
Full Copyright Statement
Copyright (C) The Internet Society (1998). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise explain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.
The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assigns.
This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Parsons, et. al. Standards Track [Page 8]
</pre>
|