##JPEG2K encoder and decoder based on openjpeg. How to compile and run.
Compile:
1. Clone this repository: git clone https://github.com/hoangtuanhedspi/jpegcoder.git
2. Go to cloned folder: cd jpegcoder
3. Compile project with make file: make
Run:
> Encode: ./coder -i input_filename -o output_filename
> Decode: ./decoder -i input_filename -o output_filename
#We supportted endcode for bmp,pmm raw image file and .jp2, .j2k, .jpf, .jpx decode