jpegls_encode.zip

Basic JPEG-LS (LOCO-I) Encoder
793 Downloads
Updated 14 Sep 2015

View License

This encoder codes 8 bit per pixel single tone images.
it currently is coded to encoded the example in section H.3 from ITU T.87
and attach the jpeg header for said example.
It outputs coded stream to a text
file for easy readability.
This code is to better understand the algorithm and to eventually have
a full encoder/decoder for use in MATLAB.

It contains no while loops for easier translation to hardware description.

Cite As

Mitchell Grabner (2024). jpegls_encode.zip (https://www.mathworks.com/matlabcentral/fileexchange/46424-jpegls_encode-zip), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

jpegls_encode/

Version Published Release Notes
1.1.0.0

fixed a problem in error mapping - courtesy of Jae-Hyeon, Woo Korea Univ, South Korea

1.0.0.0