cpp_getTAGS | R Documentation |
Returns TAGS contained within an IFD (Image Field Directory) entry.
fname |
string, path to file. |
offset |
std::size_t, position of the IFD beginning. |
verbose |
bool, whether to display information (use for debugging purpose). Default is 'false'. |
trunc_bytes |
uint32_t maximal number of individual scalar to extract BYTE/ASCII/SBYTE/UNDEFINED for TAGS (1, 2, 6 or 7). Default is 12. |
force_trunc |
whether to force truncation for all TAGS types. Default is FALSE. |
TIFF 6.0 specifications archived from web https://web.archive.org/web/20211209104854/https://www.adobe.io/open/standards/TIFF.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.