luxia--
[Photo.git] / standards / exif / tiffA.csv
1 # Tags relating to image data structure
2 Image width ; ImageWidth ; 256 ; 100 ; SHORT or LONG ; 1 ;
3 Image height ; ImageLength ; 257 ; 101 ; SHORT or LONG ; 1 ;
4 Number of bits per component ; BitsPerSample ; 258 ; 102 ; SHORT ; 3 ;
5 Compression scheme ; Compression ; 259 ; 103 ; SHORT ; 1 ;
6 Pixel composition ; PhotometricInterpretation ; 262 ; 106 ; SHORT ; 1 ;
7 Orientation of image ; Orientation ; 274 ; 112 ; SHORT ; 1 ;
8 Number of components ; SamplesPerPixel ; 277 ; 115 ; SHORT ; 1 ;
9 Image data arrangement ; PlanarConfiguration ; 284 ; 11C ; SHORT ; 1 ;
10 Subsampling ratio of Y to C ; YCbCrSubSampling ; 530 ; 212 ; SHORT ; 2 ;
11 Y and C positioning ; YCbCrPositioning ; 531 ; 213 ; SHORT ; 1 ;
12 Image resolution in width direction ; XResolution ; 282 ; 11A ; RATIONAL ; 1 ;
13 Image resolution in height direction ; YResolution ; 283 ; 11B ; RATIONAL ; 1 ;
14 Unit of X and Y resolution ; ResolutionUnit ; 296 ; 128 ; SHORT ; 1 ;