Files
comic-img-compress/Properties/launchSettings.json
T
Marco Giuntoni a47e881432 Added option to copy all non compressed files
Added support for BMP files
2024-05-16 17:53:27 +02:00

24 lines
620 B
JSON

{
"profiles": {
"WSL": {
"commandName": "WSL2",
"distributionName": ""
},
"ComicCompress PDF": {
"commandName": "Project",
"commandLineArgs": "-i _PDF_ -o _NEW_PDF_ -r -s -d"
},
"Compress Image to webp": {
"commandName": "Project",
"commandLineArgs": "-i _IMG_ -o _IMG_WEBP_ -r -s -j"
},
"Compress Image to WEBP PAR": {
"commandName": "Project",
"commandLineArgs": "-i _IMG_ -o _IMG_WEBP_ -r -s -j -p -c 4"
},
"ComicCompress": {
"commandName": "Project",
"commandLineArgs": "-i _IMG_ -o _IMG_WEBP_ -r -s -d -a"
}
}
}