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.
The tifflib implentation has been improved over the years since this package came out.