Now using the jankifier to process my images.

This commit is contained in:
Zed A. Shaw 2025-10-30 13:57:25 -04:00
parent 26d313269c
commit 82a38e5fa1
47 changed files with 58 additions and 9 deletions

49
jankifier.json Normal file
View file

@ -0,0 +1,49 @@
{
"Base": {
"PixelWidth": 16,
"ColorDepth": 16,
"DitherType": 2,
"Width": 256,
"Height": 256
},
"Source": "C:/Users/lcthw/Pictures/Games/Renders/Raycaster/",
"Target": "assets",
"Include": [ ".png" ],
"Exceptions": {
"boss2/.*.png": {
"PixelWidth": 4,
"ColorDepth": 16,
"DitherType": 2,
"Width": 0,
"Height": 0
},
"sprites/.*.png": {
"PixelWidth": 4,
"ColorDepth": 16,
"DitherType": 2,
"Width": 256,
"Height": 256
},
"hands/.*.png": {
"PixelWidth": 6,
"ColorDepth": 16,
"DitherType": 2,
"Width": 0,
"Height": 0
},
"fixtures/.*.png": {
"PixelWidth": 24,
"ColorDepth": 16,
"DitherType": 2,
"Width": 768,
"Height": 256
},
"ui/.*.png": {
"PixelWidth": 2,
"ColorDepth": 16,
"DitherType": 2,
"Width": 0,
"Height": 0
}
}
}