Raster Drawing Orientation Parameters (CALS, TIFF)
Parameters handled by Raster Processing Service:
TIFF Orientation Code | LibTiff Orientation Codename | Row | Column | rOrient (CALS) (pelPath,lineProgr) |
---|---|---|---|---|
1 | ORIENTATION_TOPLEFTÂ | Top of image | Left-hand side | (000,270) |
2 | ORIENTATION_TOPRIGHTÂ | Top of image | Right-hand side | (180,090) |
3 | ORIENTATION_BOTRIGHTÂ | Bottom of image | Right-hand side | (180,270) |
4 | ORIENTATION_BOTLEFTÂ | Bottom of image | Left-hand side | (000,090) |
5 | ORIENTATION_LEFTTOP | Left-hand side | Top of image | (270,090) |
6 | ORIENTATION_RIGHTTOPÂ | Right-hand side | Top of image | (270,270) |
7 | ORIENTATION_RIGHTBOT | Right-hand side | Bottom of image | (090,090) |
8 | ORIENTATION_LEFTBOTÂ | Left-hand side | Bottom of image | (090,270) |