Chapter 03 - Image Processing and Acquisition using Python_Part5
Chapter 03 - Image Processing and Acquisition using Python_Part5
and DICOM may use JPEG compression to store the image data when
compression is needed.
3.3.2 TIFF
TIFF stands for Tagged Image File Format. Its extension is .tif or
.tiff. The latest version of the TIFF standards is 6.0. It was created in
the 80’s for storing and encoding scanned documents. It was developed
by Aldus Corporation, which was later acquired by Adobe Systems.
Hence, the copyright for TIFF standards is held by Adobe Systems.
Originally it was developed for single-bit data but today’s standards
allow storage of 16-bit and even floating-point data. Charged Couple
Device (CCD) cameras used in scientific experiments acquire images at
more than 12-bit resolution and hence TIFF images that store high pre-
cision are used extensively. The TIFF images can be stored internally
using JPEG lossy compression or can be stored with lossless compres-
sion such as LZW.
It is popular in the microscope community for the fact that it has
higher bit-depth (> 12 bits) per pixel per channel and also for its abil-
ity to store a sequence of images in a single TIFF file. The latter is
sometimes referred as 3D TIFF. Most of the popular image processing
software for the microscope community can read most forms of TIFF
images. Simple TIFF images can be viewed using viewers built into
most computers. The TIFF images generated from scientific experi-
ments are best viewed using applications that are specialized in that
domain.
3.3.3 DICOM