writeIFD: Image Field Directory Writer

View source: R/tiff_utils.R

writeIFDR 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.
Endianness describes the bytes order of data stored within the files. This parameter may not be modified.

last

whether ifd is last one or not.

Value

the position within 'w_con' after 'IFD' and 'extra' content have been written


gitdemont/IFC documentation built on Feb. 20, 2025, 12:55 a.m.