CHANGES.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/build.yml
.github/workflows/lint.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/source/changes.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/handbook/crop.rst
docs/source/handbook/cut.rst
docs/source/handbook/index.rst
src/imforge/__init__.py
src/imforge/crop.py
src/imforge/cut.py
src/imforge/utils.py
src/imforge.egg-info/PKG-INFO
src/imforge.egg-info/SOURCES.txt
src/imforge.egg-info/dependency_links.txt
src/imforge.egg-info/requires.txt
src/imforge.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/imforge/__init__.py
tests/imforge/test_crop.py
tests/imforge/test_cut.py
tests/imforge/test_utils.py
tests/resources/qrcode_multi.png
tests/resources/some_text.jpg
tests/resources/imforge/crop/expected/crop_1.png
tests/resources/imforge/crop/expected/crop_2.png
tests/resources/imforge/crop/expected/crop_3.png
tests/resources/imforge/crop/expected/crop_4.png
tests/resources/imforge/crop/expected/crop_complex.png
tests/resources/imforge/crop/expected/crop_cut_out.png
tests/resources/imforge/crop/expected/crop_cut_out_fill.png
tests/resources/imforge/crop/expected/crop_fill.png
tests/resources/imforge/crop/expected/crop_flip_1.png
tests/resources/imforge/crop/expected/crop_flip_2.png
tests/resources/imforge/crop/expected/crop_flip_3.png
tests/resources/imforge/crop/expected/crop_flip_4.png
tests/resources/imforge/crop/expected/crop_flip_complex.png
tests/resources/imforge/crop/expected/crop_flip_out_of_image_clip.png
tests/resources/imforge/crop/expected/crop_near_edge.png
tests/resources/imforge/crop/expected/crop_out_of_image.png
tests/resources/imforge/crop/expected/crop_out_of_image_clip.png
tests/resources/imforge/cut/expected/cut_out_muti_polygon_and_color.png
tests/resources/imforge/cut/expected/cut_out_no_polygon.png
tests/resources/imforge/cut/expected/cut_out_one_polygon_no_fill_color.png