This document summarizes an article that proposes combining Embedded Zero tree Wavelet (EZW) image compression with Huffman and arithmetic encoders to achieve additional compression. EZW is an effective wavelet-based image compression algorithm that encodes coefficients in order of importance. The paper argues that applying Huffman coding followed by arithmetic encoding to the output of an EZW compressor provides around 15% extra compression with minimal quality loss. It describes the EZW encoding process, including the concept of zero trees that allows efficient coding of significance maps, and how discrete wavelet transforms decompose images into frequency subbands.