-
Notifications
You must be signed in to change notification settings - Fork 143
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
gifski can't read input PNG images from /tmp/<whatever> directory #307
Comments
Do you have more info about it? What error do you get? The tool should be able to read images from anywhere as long as the path and permissions are correct. |
I specify the PNG input pattern as To get around the problem, I currently move the figure in a temporary directory created within BTW: Really great tool @kornelski ! |
On Unix the * is expanded by your shell (bash), not by the program you're running. Does your os have any sandboxing or chroot or something that could make paths mean different thing to the shell than the running program? |
Sorry for the late reply. No I don't have any sandboxing/containers/chroot ... |
I just noticed that gifski can't read PNG images from a directory located at /tmp/ on Ubuntu systems.
It works just fine if images are located in whatever other directory.
The text was updated successfully, but these errors were encountered: