Description: The EZW encoder is based on progressive encoding to compress an image into a bit stream with increasing accuracy. This means that when more bits are added to the stream, the decoded image will contain more detail, a property similar to JPEG encoded images. It is also similar to the representation of a number like Every digit we add increases the accuracy of the number, but we can stop at any accuracy we like. Progressive encoding is also known as embedded encoding, which explains the E in EZW.
- [ezwonly] - separate ezw codec, encoding results of
- [EZW] - EZW technique for image compression
File list (Check if you may need any files):
EZWencoding.doc