cpp_writeIFD | R Documentation |
Writes TIFF IFD (Image Field Directory).
img |
RawVector, an encoded image. It should contain 'dims', 'what' and 'comp' attributes. |
tags |
List, extra tags to be included to IFD. Expecting a list whose sub-elements are list containing: |
offset |
uint32_t, position of the IFD beginning. Default is |
endianness |
std::string, "little" or "big". |
rgb |
bool, whether to write channels as rgb. Default is |
last |
bool, whether IFD is the last one. Default is |
verbose |
bool, whether to display information (use for debugging purpose). Default is |
a RawVector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.