Files
comic-img-compress/Properties/launchSettings.json
T
marcogiuntoni 832b1abd76 New Project configuration PROD in debug
Added support for Zerbra PRN fiels to be converted to image and imported in PIN4ProdCtrl DB
Video Compression (TDB)

        //string progVersion = "Version 2.0.1 - (12/08/2024)";
        // Added copy of non image files with same name

        string progVersion = "Version 2.0.2 - (27/08/2024)";
        // Added support for ZEBRA PRN files, generate image and base64 for prn and image.
2024-08-27 09:56:45 +02:00

28 lines
839 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"
},
"PROD": {
"commandName": "Project",
"commandLineArgs": "-i \"K:\\_RPG_\\__THE_AMBER_ROOM_UPDATE\\__ASSETS__\\_IMG_\" -o \"K:\\_RPG_\\__THE_AMBER_ROOM_UPDATE\\__ASSETS__\\_IMG_WEBP_\" -r -s -j -a"
}
}
}