Skip to content

A tool to easily create cropped or blurred/pixelated versions of your artwork.

License

Notifications You must be signed in to change notification settings

kekkodance/cropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cropper

A tool to easily create cropped or blurred/pixelated versions of your artwork.


29upm9

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.


yipqts

 

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'