A tool to easily create cropped or blurred/pixelated versions of your artwork.
Meant to fullfill a purpose, that of creating cropped / obfuscated versions of art to then post onto Patreon, because an entire drawing as the blurred preview is too revealing.
You can download it (for Windows) in the Releases section.
If you wish to build this yourself instead, after cloning the repository use nuitka with this command:
nuitka --onefile --windows-icon-from-ico=icon.ico --include-data-file=icon.ico=icon.ico --include-data-file=icon.png=icon.png --remove-output --nofollow-import-to=test --nofollow-import-to=distutils --nofollow-import-to=scipy --nofollow-import-to=pandas --nofollow-import-to=unittest --nofollow-import-to=email --nofollow-import-to=xml --nofollow-import-to=http --nofollow-import-to=matplotlib --nofollow-import-to=setuptools --lto=yes --enable-plugin=tk-inter --mingw64 --windows-console-mode=disable '.\cropper.py'