The type and tag of bitmap images to be printed using RTIFF must satisfy the following conditions:
Monochrome image of 1 sample, 1 bit (dual colors) per pixel
Tag |
Condition |
---|---|
BitsPerSample (258) |
This tag is not included, or the value is set to 1. |
PhotometricInterpretation (262) |
The value is set to either of the following according to the correspondence of pixel sample value and color.
|
SamplesPerPixel (277) |
This tag is not included, or the value is set to 1. |
FillOrder (266) |
This tag is not included, or the value is set to either of the following according to the strip data storage method.
|
Grey scale image of 1 sample, 4 bits (16 colors) per pixel
Tag |
Condition |
---|---|
BitsPerSample (258) |
The value is set to 4. |
PhotometricInterpretation (262) |
The value is set to either of the following according to the correspondence of pixel sample value and color.
|
SamplesPerPixel (277) |
This tag is not included, or the value is set to 1. |
FillOrder (266) |
This tag is not included, or the value is set to 1. |
Grey scale image of 1 sample, 8 bits (256 colors) per pixel
Tag |
Condition |
---|---|
BitsPerSample (258) |
The value is set to 8. |
PhotometricInterpretation (262) |
The value is set to either of the following according to the correspondence of pixel sample value and color.
|
SamplesPerPixel (277) |
This tag is not included, or the value is set to 1. |
FillOrder (266) |
This tag is not included, or the value is set to 1. |
Pallet color image of 1 sample, 4 bits (16 colors) per pixel
Tag |
Condition |
---|---|
BitsPerSample (258) |
The value is set to 4. |
PhotometricInterpretation (262) |
The value is set to 3. |
SamplesPerPixel (277) |
This tag is not included, or the value is set to 1. |
FillOrder (266) |
This tag is not included, or the value is set to 1. |
Colormap (320) |
The value points to the appropriate RGB color map data. |
Pallet color image of 1 sample, 8 bits (256 colors) per pixel
Tag |
Condition |
---|---|
BitsPerSample (258) |
The value is set to 8. |
PhotometricInterpretation (262) |
The value is set to 3. |
SamplesPerPixel (277) |
This tag is not included, or the value is set to 1. |
FillOrder (266) |
This tag is not included, or the value is set to 1. |
Colormap (320) |
The value points to the appropriate RGB color map data. |
RGB full color image of 3 samples, 24 bits (1.678 million colors) per pixel
Tag |
Condition |
---|---|
BitsPerSample (258) |
The value is set to “8,8,8”. |
PhotometricInterpretation (262) |
The value is set to 2 (RGB) or 6 (YCbCr). |
SamplesPerPixel (277) |
The value is set to 3. |
FillOrder (266) |
This tag is not included, or the value is set to 1. |
PlanarConfiguration (284) |
This tag is not included, or the value is set to either of the following according to the image data storage method.
|