.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
LICENSE.txt
README.rst
index.html
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/ljpeg/__init__.py
src/ljpeg/ljpeg.py
src/ljpeg.egg-info/PKG-INFO
src/ljpeg.egg-info/SOURCES.txt
src/ljpeg.egg-info/dependency_links.txt
src/ljpeg.egg-info/entry_points.txt
src/ljpeg.egg-info/not-zip-safe
src/ljpeg.egg-info/requires.txt
src/ljpeg.egg-info/top_level.txt
src/ljpeg/jpegdir/CHANGES
src/ljpeg/jpegdir/PORTABILITY
src/ljpeg/jpegdir/README
src/ljpeg/jpegdir/SETUP
src/ljpeg/jpegdir/blkint.jpg
src/ljpeg/jpegdir/blkint.jpg.1
src/ljpeg/jpegdir/blkint.jpg.2
src/ljpeg/jpegdir/blkint.jpg.3
src/ljpeg/jpegdir/chendct.c
src/ljpeg/jpegdir/codec.c
src/ljpeg/jpegdir/csize.h
src/ljpeg/jpegdir/dct.h
src/ljpeg/jpegdir/doc.ps
src/ljpeg/jpegdir/globals.h
src/ljpeg/jpegdir/huffman.c
src/ljpeg/jpegdir/io.c
src/ljpeg/jpegdir/jpeg.1
src/ljpeg/jpegdir/jpeg.c
src/ljpeg/jpegdir/jpeg_static
src/ljpeg/jpegdir/leedct.c
src/ljpeg/jpegdir/lexer.l
src/ljpeg/jpegdir/makefile
src/ljpeg/jpegdir/marker.c
src/ljpeg/jpegdir/marker.h
src/ljpeg/jpegdir/nonint.jpg
src/ljpeg/jpegdir/param.h
src/ljpeg/jpegdir/prototypes.h
src/ljpeg/jpegdir/stream.c
src/ljpeg/jpegdir/stream.h
src/ljpeg/jpegdir/system.h
src/ljpeg/jpegdir/tables.h
src/ljpeg/jpegdir/test.3stream
src/ljpeg/jpegdir/test.huff
src/ljpeg/jpegdir/test.q
src/ljpeg/jpegdir/transform.c
tests/conftest.py