├── LICENSE ├── README.md ├── kekit.action ├── kekit.desktop └── kekit ├── Manual.html ├── __init__.py ├── cross_offset_mask.png ├── gpl-3.0.md ├── ke_average.py ├── ke_batch.py ├── ke_desat.py ├── ke_dupe.py ├── ke_grid.py ├── ke_info.py ├── ke_invert.py ├── ke_seamless.py ├── ke_toRGBA.py ├── ke_transforms.py └── kekit_docker.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/README.md -------------------------------------------------------------------------------- /kekit.action: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit.action -------------------------------------------------------------------------------- /kekit.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit.desktop -------------------------------------------------------------------------------- /kekit/Manual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/Manual.html -------------------------------------------------------------------------------- /kekit/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/__init__.py -------------------------------------------------------------------------------- /kekit/cross_offset_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/cross_offset_mask.png -------------------------------------------------------------------------------- /kekit/gpl-3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/gpl-3.0.md -------------------------------------------------------------------------------- /kekit/ke_average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_average.py -------------------------------------------------------------------------------- /kekit/ke_batch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_batch.py -------------------------------------------------------------------------------- /kekit/ke_desat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_desat.py -------------------------------------------------------------------------------- /kekit/ke_dupe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_dupe.py -------------------------------------------------------------------------------- /kekit/ke_grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_grid.py -------------------------------------------------------------------------------- /kekit/ke_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_info.py -------------------------------------------------------------------------------- /kekit/ke_invert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_invert.py -------------------------------------------------------------------------------- /kekit/ke_seamless.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_seamless.py -------------------------------------------------------------------------------- /kekit/ke_toRGBA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_toRGBA.py -------------------------------------------------------------------------------- /kekit/ke_transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/ke_transforms.py -------------------------------------------------------------------------------- /kekit/kekit_docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kedepot/keKit-Krita/HEAD/kekit/kekit_docker.py --------------------------------------------------------------------------------