Reading and writing TIFFs

Wrappers around {ijtiff}.

ff_read()

Read a TIFF image

ff_write()

Write a TIFF image

Editing TIFFs

Common image processing for TIFF files.

ff_compress()

Compress a TIFF image

ff_stretch()

Stretch the contrast of a TIFF image

ff_invert()

Invert a TIFF image

ff_transpose()

Transpose a TIFF image

Working with multiple images/frames

Merge, split or extract frames into/from a multi-frame TIFF.

ff_merge()

Merge single-frame images into a multi-frame TIFF

ff_split()

Split a multi-frame TIFF into single-frame images

ff_extract()

Extract specific frames from a multi-frame TIFF

File conversion

Convert TIFF files to other image formats.

ff_bob2tif()

Convert a brick of bytes to a TIFF image

ff_tif2bob()

Convert a TIFF image to a brick of bytes

ff_png2tif()

Convert a PNG image to a TIFF image

ff_tif2png()

Convert a TIFF image to a PNG image

ff_csv2tif()

Convert a CSV file to a TIFF image

ff_tif2csv()

Convert a TIFF image to a CSV file

ff_npy2tif()

Convert a NumPy array to a TIFF image

ff_tif2npy()

Convert a TIFF image to a NumPy array