ff_compress.Rd
Compress a TIFF image
ff_compress(path, type = "deflate", out = path)
Input image path.
Type of compression to apply ("none"
, "LZW"
, "PackBits"
, "RLE"
, "JPEG"
, "deflate"
(default) or "Zip"
).
Output image path. Defaults to the input image path.
The output image, invisibly.