ijtiff (version 2.0.2)

tif_tags_reference: TIFF tag reference.

Description

A dataset containing the information on all known baseline and extended TIFF tags.

Usage

tif_tags_reference()

Arguments

Details

A data frame with 96 rows and 10 variables:

code_dec

decimal numeric code of the TIFF tag

code_hex

hexadecimal numeric code of the TIFF tag

name

the name of the TIFF tag

short_description

a short description of the TIFF tag

tag_type

the type of TIFF tag: either "baseline" or "extended"

url

the URL of the TIFF tag at https://www.awaresystems.be

libtiff_name

the TIFF tag name in the libtiff C library

c_type

the C type of the TIFF tag data in libtiff

count

the number of elements in the TIFF tag data

default

the default value of the data held in the TIFF tag

Examples

Run this code
# NOT RUN {
tif_tags_reference()
# }

Run the code above in your browser using DataCamp Workspace