LZW COMPRESSION
Uses a ‘code table’ to encode reoccurring strings of pixel values.
Example: Consider a grey-level image with 8 bits per pixel. Make a code table of 12-bit words (therefore 4096 entries) where first 256 entries are individual grey values and next 3840 entries encode strings of grey values.