LICENSE
README.md
pyproject.toml
src/purepix/__init__.py
src/purepix/__main__.py
src/purepix/ascii_art.py
src/purepix/astar.py
src/purepix/automata.py
src/purepix/barcode.py
src/purepix/color.py
src/purepix/compare.py
src/purepix/composite.py
src/purepix/dft.py
src/purepix/dla.py
src/purepix/draw.py
src/purepix/effects.py
src/purepix/exif.py
src/purepix/filters.py
src/purepix/flowfield.py
src/purepix/font.py
src/purepix/fractal.py
src/purepix/image.py
src/purepix/lsystem.py
src/purepix/maze.py
src/purepix/morphology.py
src/purepix/noise.py
src/purepix/plasma.py
src/purepix/qr.py
src/purepix/quantize.py
src/purepix/raytrace.py
src/purepix/reaction.py
src/purepix/seam.py
src/purepix/sortviz.py
src/purepix/stego.py
src/purepix/voronoi.py
src/purepix/wfc.py
src/purepix.egg-info/PKG-INFO
src/purepix.egg-info/SOURCES.txt
src/purepix.egg-info/dependency_links.txt
src/purepix.egg-info/top_level.txt
src/purepix/codecs/__init__.py
src/purepix/codecs/bmp.py
src/purepix/codecs/farbfeld.py
src/purepix/codecs/gif.py
src/purepix/codecs/ico.py
src/purepix/codecs/jpeg.py
src/purepix/codecs/pcx.py
src/purepix/codecs/png.py
src/purepix/codecs/pnm.py
src/purepix/codecs/tga.py
src/purepix/codecs/wbmp.py
src/purepix/codecs/xpm.py
src/purepix/compress/__init__.py
src/purepix/compress/_bitstream.py
src/purepix/compress/checksums.py
src/purepix/compress/deflate.py
src/purepix/compress/huffman.py
src/purepix/compress/lzw.py
tests/test_api.py
tests/test_ascii.py
tests/test_automata_reaction.py
tests/test_barcode.py
tests/test_bmp.py
tests/test_cli.py
tests/test_color.py
tests/test_compare.py
tests/test_composite.py
tests/test_deflate.py
tests/test_depth16.py
tests/test_dft.py
tests/test_draw.py
tests/test_draw_advanced.py
tests/test_effects.py
tests/test_exif.py
tests/test_filters.py
tests/test_filters_advanced.py
tests/test_font.py
tests/test_formats2.py
tests/test_fractal_noise.py
tests/test_gif.py
tests/test_histogram.py
tests/test_image.py
tests/test_interop.py
tests/test_jpeg.py
tests/test_jpeg_encode.py
tests/test_lsystem_maze.py
tests/test_lzw.py
tests/test_morphology.py
tests/test_ops.py
tests/test_plasma_dla.py
tests/test_png.py
tests/test_png_advanced.py
tests/test_pnm.py
tests/test_qr.py
tests/test_quantize.py
tests/test_seam.py
tests/test_sortviz_astar.py
tests/test_stego.py
tests/test_tga_ico.py
tests/test_transform.py
tests/test_voronoi_flow.py
tests/test_wfc_raytrace.py