summaryrefslogtreecommitdiff
path: root/doc/functions/TIFFSetField.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/TIFFSetField.rst')
-rw-r--r--doc/functions/TIFFSetField.rst88
1 files changed, 44 insertions, 44 deletions
diff --git a/doc/functions/TIFFSetField.rst b/doc/functions/TIFFSetField.rst
index b3bf1616..43746c36 100644
--- a/doc/functions/TIFFSetField.rst
+++ b/doc/functions/TIFFSetField.rst
@@ -48,9 +48,9 @@ The data types are:
* - :c:expr:`char*`
- a null-terminated string corresponding to the ``ASCII`` data type
- * - :c:expr:`uint16_t`
+ * - :c:type:`uint16_t`
- an unsigned 16-bit value
- * - :c:expr:`uint32_t`
+ * - :c:type:`uint32_t`
- an unsigned 32-bit value;
* - :c:expr:`uint16_t*`
- an array of unsigned 16-bit values.
@@ -75,15 +75,15 @@ Consult the TIFF specification for information on the meaning of each tag.
-
* - :c:macro:`TIFFTAG_BADFAXLINES`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
-
* - :c:macro:`TIFFTAG_BITSPERSAMPLE`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
* - :c:macro:`TIFFTAG_CLEANFAXDATA`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_COLORMAP`
- 3
@@ -91,11 +91,11 @@ Consult the TIFF specification for information on the meaning of each tag.
- :c:expr:`1<<BitsPerSample` arrays
* - :c:macro:`TIFFTAG_COMPRESSION`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
* - :c:macro:`TIFFTAG_CONSECUTIVEBADFAXLINES`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
-
* - :c:macro:`TIFFTAG_COPYRIGHT`
- 1
@@ -111,15 +111,15 @@ Consult the TIFF specification for information on the meaning of each tag.
-
* - :c:macro:`TIFFTAG_DOTRANGE`
- 2
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_EXTRASAMPLES`
- 2
- - :c:expr:`uint16_t`, :c:expr:`uint16_t*`
+ - :c:type:`uint16_t`, :c:expr:`uint16_t*`
- † count, types array
* - :c:macro:`TIFFTAG_FAXFILLFUNC`
- 1
- - :c:expr:`TIFFFaxFillFunc`
+ - :c:type:`TIFFFaxFillFunc`
- G3/G4 compression pseudo-tag
* - :c:macro:`TIFFTAG_FAXMODE`
- 1
@@ -127,19 +127,19 @@ Consult the TIFF specification for information on the meaning of each tag.
- † G3/G4 compression pseudo-tag
* - :c:macro:`TIFFTAG_FILLORDER`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
* - :c:macro:`TIFFTAG_GROUP3OPTIONS`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
- †
* - :c:macro:`TIFFTAG_GROUP4OPTIONS`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
- †
* - :c:macro:`TIFFTAG_HALFTONEHINTS`
- 2
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_HOSTCOMPUTER`
- 1
@@ -147,11 +147,11 @@ Consult the TIFF specification for information on the meaning of each tag.
-
* - :c:macro:`TIFFTAG_ICCPROFILE`
- 2
- - :c:expr:`uint32_t`, :c:expr:`void*`
+ - :c:type:`uint32_t`, :c:expr:`void*`
- count, profile data*
* - :c:macro:`TIFFTAG_IMAGEDEPTH`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
- †
* - :c:macro:`TIFFTAG_IMAGEDESCRIPTION`
- 1
@@ -159,19 +159,19 @@ Consult the TIFF specification for information on the meaning of each tag.
-
* - :c:macro:`TIFFTAG_IMAGELENGTH`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
-
* - :c:macro:`TIFFTAG_IMAGEWIDTH`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
- †
* - :c:macro:`TIFFTAG_INKNAMES`
- 2
- - :c:expr:`uint16_t`, :c:expr:`char*`
+ - :c:type:`uint16_t`, :c:expr:`char*`
-
* - :c:macro:`TIFFTAG_INKSET`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
* - :c:macro:`TIFFTAG_JPEGCOLORMODE`
- 1
@@ -195,15 +195,15 @@ Consult the TIFF specification for information on the meaning of each tag.
-
* - :c:macro:`TIFFTAG_MATTEING`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
* - :c:macro:`TIFFTAG_MAXSAMPLEVALUE`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_MINSAMPLEVALUE`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_MODEL`
- 1
@@ -211,7 +211,7 @@ Consult the TIFF specification for information on the meaning of each tag.
-
* - :c:macro:`TIFFTAG_ORIENTATION`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_PAGENAME`
- 1
@@ -219,23 +219,23 @@ Consult the TIFF specification for information on the meaning of each tag.
-
* - :c:macro:`TIFFTAG_PAGENUMBER`
- 2
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_PHOTOMETRIC`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_PHOTOSHOP`
- ?
- - :c:expr:`uint32_t`, :c:expr:`void*`
+ - :c:type:`uint32_t`, :c:expr:`void*`
- count, data
* - :c:macro:`TIFFTAG_PLANARCONFIG`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
* - :c:macro:`TIFFTAG_PREDICTOR`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
* - :c:macro:`TIFFTAG_PRIMARYCHROMATICITIES`
- 1
@@ -247,23 +247,23 @@ Consult the TIFF specification for information on the meaning of each tag.
- † 6-entry array
* - :c:macro:`TIFFTAG_RESOLUTIONUNIT`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_RICHTIFFIPTC`
- 2
- - :c:expr:`uint32_t`, :c:expr:`void*`
+ - :c:type:`uint32_t`, :c:expr:`void*`
- count, data
* - :c:macro:`TIFFTAG_ROWSPERSTRIP`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
- † must be > 0
* - :c:macro:`TIFFTAG_SAMPLEFORMAT`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
* - :c:macro:`TIFFTAG_SAMPLESPERPIXEL`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- † value must be ≤ 4
* - :c:macro:`TIFFTAG_SMAXSAMPLEVALUE`
- 1
@@ -283,11 +283,11 @@ Consult the TIFF specification for information on the meaning of each tag.
- †
* - :c:macro:`TIFFTAG_SUBFILETYPE`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
-
* - :c:macro:`TIFFTAG_SUBIFD`
- 2
- - :c:expr:`uint16_t`, :c:expr:`uint64_t*`
+ - :c:type:`uint16_t`, :c:expr:`uint64_t*`
- count, offsets array
* - :c:macro:`TIFFTAG_TARGETPRINTER`
- 1
@@ -295,19 +295,19 @@ Consult the TIFF specification for information on the meaning of each tag.
-
* - :c:macro:`TIFFTAG_THRESHHOLDING`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
-
* - :c:macro:`TIFFTAG_TILEDEPTH`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
- †
* - :c:macro:`TIFFTAG_TILELENGTH`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
- † must be a multiple of 8
* - :c:macro:`TIFFTAG_TILEWIDTH`
- 1
- - :c:expr:`uint32_t`
+ - :c:type:`uint32_t`
- † must be a multiple of 8
* - :c:macro:`TIFFTAG_TRANSFERFUNCTION`
- 1 or 3‡
@@ -319,7 +319,7 @@ Consult the TIFF specification for information on the meaning of each tag.
- 2-entry array
* - :c:macro:`TIFFTAG_XMLPACKET`
- 2
- - :c:expr:`uint32_t`, :c:expr:`void*`
+ - :c:type:`uint32_t`, :c:expr:`void*`
- count, data
* - :c:macro:`TIFFTAG_XPOSITION`
- 1
@@ -335,11 +335,11 @@ Consult the TIFF specification for information on the meaning of each tag.
- † 3-entry array
* - :c:macro:`TIFFTAG_YCBCRPOSITIONING`
- 1
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
- * - :c:macro:`TIFFTAG_YCBCRSAMPLING`
+ * - :c:macro:`TIFFTAG_YCBCRSUBSAMPLING`
- 2
- - :c:expr:`uint16_t`
+ - :c:type:`uint16_t`
- †
* - :c:macro:`TIFFTAG_YPOSITION`
- 1