-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[in#0 @ 0000013f512fcfc0] Error opening input: Invalid argument #24
Comments
Hello @Skyknight47, thanks for raising this concern. To further assist with this matter, I would like to know the exact file path you've used for the |
Hey there. I tried both the relative path; Regardless, I've managed to resolve this issue by using my own Shell Argument Escape function. I fixed it by using the full path, with single quotation marks for both the input and output path, i.c.w my custom function which simply removes the marks before executing the shell command; escapeShellArg(arg) {
return arg.replace("'", "");
} Anyway, I've stumbled upon a new issue. When testing, I noticed my file size is bigger after compression. |
Hey @Skyknight47, I would like to know what's the version of |
Getting this error. Tried with both .png and .jpg images.
Any idea what is causing this?
The text was updated successfully, but these errors were encountered: