writeIFD {IFC} | R Documentation |
Image Field Directory Writer
Description
Writes Image Field Directory (IFD)
Usage
writeIFD(
ifd,
r_con,
w_con,
pos = 0,
extra = NULL,
endianness = .Platform$endian,
last = FALSE,
...
)
Arguments
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. |
Value
the position within 'w_con' after 'IFD' and 'extra' content have been written
[Package IFC version 0.2.1 Index]