.gitattributes
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
pyproject.toml
.vscode/tasks.json
docs/Makefile
docs/backlog.md
docs/bretina.rst
docs/colors.rst
docs/conf.py
docs/config.rst
docs/drawing.rst
docs/howto.rst
docs/image.rst
docs/imagestitcher.rst
docs/index.rst
docs/installation.rst
docs/migration.rst
docs/ocr.rst
docs/polyline.rst
docs/text.rst
docs/visualtestcase.rst
docs/_assets/figures.svg
docs/_static/bretina.css
docs/_static/fig_ab_distance_1.png
docs/_static/fig_active_color_1.png
docs/_static/fig_dominant_colors_1.png
docs/_static/fig_draw_border_1.png
docs/_static/fig_draw_border_1.svg
docs/_static/fig_floodfill_1.png
docs/_static/fig_floodfill_2.png
docs/_static/fig_floodfill_3.png
docs/_static/fig_intro.png
docs/_static/fig_text_cols_1.png
docs/_static/fig_text_rows_1.png
docs/_static/logo_black.svg
docs/_static/logo_color.png
docs/_static/logo_color.svg
docs/_static/logo_gray.svg
src/bretina/__init__.py
src/bretina/__version__.py
src/bretina/colors.py
src/bretina/config.py
src/bretina/drawing.py
src/bretina/image.py
src/bretina/imagestitcher.py
src/bretina/ocr.py
src/bretina/polyline.py
src/bretina/text.py
src/bretina/types.py
src/bretina/visualtestcase.py
src/bretina.egg-info/PKG-INFO
src/bretina.egg-info/SOURCES.txt
src/bretina.egg-info/dependency_links.txt
src/bretina.egg-info/requires.txt
src/bretina.egg-info/scm_file_list.json
src/bretina.egg-info/scm_version.json
src/bretina.egg-info/top_level.txt
tests/conftest.py
tests/assets/gamma_01.png
tests/assets/gamma_02.png
tests/assets/gamma_03.png
tests/assets/gamma_04.png
tests/assets/curves/01.png
tests/assets/curves/02.png
tests/assets/curves/03.png
tests/assets/curves/04.png
tests/assets/curves/05.png
tests/assets/curves/06.png
tests/assets/curves/07.png
tests/assets/curves/08.png
tests/assets/curves/09.png
tests/assets/curves/10.png
tests/assets/curves/11.png
tests/assets/curves/12.png
tests/assets/curves/13.png
tests/assets/curves/14.png
tests/assets/fonts/DejaVuSansMono.ttf
tests/assets/fonts/LICENSE_DEJAVU
tests/assets/stitcher/03/02.png
tests/assets/stitcher/03/03.png
tests/assets/stitcher/03/04.png
tests/assets/stitcher/03/05.png
tests/assets/stitcher/03/06.png
tests/assets/stitcher/03/07.png
tests/assets/stitcher/04/01.png
tests/assets/stitcher/04/02.png
tests/assets/stitcher/04/03.png
tests/assets/stitcher/04/04.png
tests/assets/stitcher/04/05.png
tests/assets/stitcher/04/06.png
tests/assets/stitcher/04/07.png
tests/assets/stitcher/04/08.png
tests/assets/stitcher/04/09.png
tests/assets/stitcher/04/10.png
tests/assets/stitcher/04/11.png
tests/assets/stitcher/04/12.png
tests/assets/stitcher/04/13.png
tests/assets/stitcher/05/01.png
tests/assets/stitcher/05/02.png
tests/assets/stitcher/05/03.png
tests/assets/stitcher/05/04.png
tests/assets/stitcher/05/05.png
tests/assets/stitcher/05/06.png
tests/assets/stitcher/05/07.png
tests/assets/stitcher/05/08.png
tests/assets/stitcher/07/04.png
tests/assets/stitcher/07/05.png
tests/assets/stitcher/07/06.png
tests/assets/stitcher/07/07.png
tests/assets/stitcher/07/08.png
tests/assets/stitcher/07/10.png
tests/assets/stitcher/07/11.png
tests/assets/stitcher/07/12.png
tests/assets/stitcher/07/13.png
tests/assets/stitcher/07/14.png
tests/assets/stitcher/07/15.png
tests/assets/stitcher/07/16.png
tests/assets/stitcher/07/17.png
tests/assets/stitcher/07/18.png
tests/assets/stitcher/07/20.png
tests/assets/stitcher/07/21.png
tests/assets/stitcher/07/22.png
tests/assets/stitcher/07/23.png
tests/assets/stitcher/07/24.png
tests/assets/stitcher/07/25.png
tests/assets/stitcher/07/26.png
tests/assets/stitcher/07/27.png
tests/assets/stitcher/07/28.png
tests/assets/stitcher/07/29.png
tests/assets/stitcher/07/9.png
tests/assets/stitcher/08/01.PNG
tests/assets/stitcher/08/02.PNG
tests/assets/stitcher/08/03.PNG
tests/assets/stitcher/08/04.PNG
tests/assets/stitcher/08/05.PNG
tests/assets/stitcher/08/06.PNG
tests/assets/stitcher/08/07.PNG
tests/assets/stitcher/08/08.PNG
tests/assets/stitcher/08/09.PNG
tests/assets/stitcher/08/10.PNG
tests/integration/test_imagestitcher.py
tests/integration/test_polyline.py
tests/unit/test_colors.py
tests/unit/test_config.py
tests/unit/test_drawing.py
tests/unit/test_image.py
tests/unit/test_ocr.py
tests/unit/test_text.py
tests/unit/test_version.py
tests/unit/test_visualtestcase.py
tools/parse_changelog.py