Writes Image Field Directory (IFD)
writeIFD(
ifd,
r_con,
w_con,
pos = 0,
extra = NULL,
endianness = .Platform$endian,
...
)
an ifd extracted by cpp_fastTAGS
a connection opened for reading
a connection opened for writing
current position within 'w_con'. Default is 0.
extra entries to add to 'ifd'. Default is NULL
the desired endian-ness ("big" or "little"). Default is .Platform$endian. Endianness describes the bytes order of data stored within the files. This parameter may not be modified.
the position within 'w_con' after 'IFD' and 'extra' content have been written