We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dbb35 commit ab0da30Copy full SHA for ab0da30
dist/ProgressiveJPEG.js
@@ -22,7 +22,7 @@ class ProgressiveJPEG extends ImageSqueezerCommon_1.ImageSqueezerCommon {
22
}
23
command() {
24
return this.bin + ' ' +
25
- this.sourceFilePath + ' -interlace plane ' +
+ this.escapeShellArg(this.sourceFilePath) + ' -interlace plane ' +
26
this.handleOutputFilePath();
27
28
src/ProgressiveJPEG.ts
@@ -26,7 +26,7 @@ export class ProgressiveJPEG extends ImageSqueezerCommon {
protected command(): string {
29
30
31
32
0 commit comments