project files

This commit is contained in:
Marco Giuntoni
2024-03-01 16:03:02 +01:00
parent 0c24ec1cbb
commit b9ac7f8d72
4 changed files with 88 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"profiles": {
"WSL": {
"commandName": "WSL2",
"distributionName": ""
},
"ComicCompress PDF": {
"commandName": "Project",
"commandLineArgs": "-i _PDF_ -o _NEW_PDF_ -r -s "
},
"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"
}
}
}