cpp_checkTIFF {IFC} | R Documentation |
TIFF Checker
Description
Checks if file is a TIFF.
Arguments
fname |
string, path to file. |
Details
If file is a TIFF it returns endianness of file, 'big' or 'little. Otherwise, it shows an error and returns an empty string.
Source
TIFF 6.0 specifications archived from web https://web.archive.org/web/20211209104854/https://www.adobe.io/open/standards/TIFF.html
[Package IFC version 0.2.1 Index]