/Fast_Tiff_Write

A fast multi-image tiff writer for Matlab

Primary LanguageMATLABGNU General Public License v3.0GPL-3.0

Fast_Tiff_Write

A fast multi-image tiff writer for Matlab. Can write near the speed of fwrite and does not slow down. Supports uint8, uint16 and single precision dataformats. Both as single image or RGB.

Tiff files only support filesizes to a maximum of 4GB (2^32 bytes). Thanks to the work of O.Hernandez there is also a Fast-BigTiff-Writer. Please use this version when tiff-files must be bigger than 4 GB.

For Python there is tiffwrite that is fast and can write on the fly.

Writing speed comparison

View Multi-image Tiff Writer on File Exchange