writeIFD | R Documentation |
Writes Image Field Directory (IFD)
writeIFD(
ifd,
r_con,
w_con,
pos = 0,
extra = NULL,
endianness = .Platform$endian,
last = FALSE,
...
)
ifd |
an ifd extracted by cpp_fastTAGS. |
r_con |
a connection opened for reading. |
w_con |
a connection opened for writing. |
pos |
current position within 'w_con'. Default is 0. |
extra |
extra entries to add to 'ifd'. Default is NULL. |
endianness |
the desired endian-ness ("big" or "little"). Default is .Platform$endian. |
last |
whether ifd is last one or not. |
the position within 'w_con' after 'IFD' and 'extra' content have been written
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.