Skip to content
/ LCIC Public

Implementation of HIERARCHICAL PREDICTION AND CONTEXT ADAPTIVE CODING FOR LOSSLESS COLOR IMAGE COMPRESSION

Notifications You must be signed in to change notification settings

jyicu/LCIC

Repository files navigation

LCIC

This is an implementation of "HIERARCHICAL PREDICTION AND CONTEXT ADAPTIVE CODING FOR LOSSLESS COLOR IMAGE COMPRESSION"

[paper] [project page]

Requirement

This code requires jasper.exe https://www.ece.uvic.ca/~frodo/jasper/

Usage

Encode

WSI_compress.exe e [input_image (bmp)] [output_codefile(bin)]

Decode

WSI_compress.exe d [input_codefile(bin)] [output_image(bmp)]

Citation

If you use the work released here for your research, please cite this paper:

@article{kim2013hierarchical,
  title={Hierarchical prediction and context adaptive coding for lossless color image compression},
  author={Kim, Seyun and Cho, Nam Ik},
  journal={IEEE Transactions on image processing},
  volume={23},
  number={1},
  pages={445--449},
  year={2013},
  publisher={IEEE}
}

About

Implementation of HIERARCHICAL PREDICTION AND CONTEXT ADAPTIVE CODING FOR LOSSLESS COLOR IMAGE COMPRESSION

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published