GIF and TIFF with LZW Compression

LEADTOOLS reads and writes the following LZW-compressed formats.

image\sqrblit.jpg GIF. This is the Graphics Interchange Format created by CompuServe for storing and exchanging color raster images.

You can read and write the following bits per pixel: 1, 2, 3, 4, 5, 6, 7, 8.

image\sqrblit.jpg Animated GIF. This is a multipage GIF format that can be played as an animation by displaying the images sequentially. LEADTOOLS lets you create and play the animations.

You can read and write the following bits per pixel: 1, 2, 3, 4, 5, 6, 7, 8.

image\sqrblit.jpg TIFF LZW. These files use the Tagged Image File Format with LZW compression. LEADTOOLS can read and write TIFF files that use RGB, CMYK, or YCbCr color space.

You can read the following bits per pixel, without regard for the color space: 1, 2, 3, 4, 5, 6, 7, 8, 16, 24, 32, 48, 64.

You can write the following bits per pixel, with RGB color space: 1, 2, 3, 4, 5, 6, 7, 8, 16, 24, 32, 48, 64.

You can write the following bits per pixel, with CMYK color space: 24, 32.

You can write the following bits per pixel, with YCbCr color space: 24.

You can write 16- bit grayscale.