Skip to content

jrm-1535/jpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#jpeg

A small jpeg library analysing jpeg files (JFIF)

The libary provides functions to analyse and display JPEG markers and tables
found in the input file. It checks the validity of those tables and scans and
allow fixing some common small errors (incorrect number of lines, duplicate or
useless markers). It is mostly useful to understand what might be wrong with a
jpeg file.

I can also generate a raw RGB or greyscale picture after decoding.

Baseline sequential, extended sequential and progressive are supported only
in huffman mode. No arithmetic coding and no hierarchical modes yet.

About

simple jpeg analysis tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages