-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Replace original files in the PNG/JPEG compression #151
Comments
Hello, Thanks for your feedback. The Does the |
Hi! At the moment the |
Hi, |
Thanks! I can attempt to see if I can make it work on other files/folders later today, because I only really attempted on the one screenshot folder that I had so maybe it's something to do with that particular file path or disk drive or something related to that (spaces on the filename? or folder?) |
From what I can tell from a quick run of the code under a debugger, it's giving an "Unspecified error" from inside No error code or anything, it just fails. A quick google led me to this StackOverflow question, and their solution actually worked! Adding |
Oooooh, that's interesting :O |
Alright, I just pushed the fix as part of this PR: #308 |
Is your feature request related to a problem? Please describe.
It's time-consuming to save-as every file (and save all doesn't seem to do anything for me?).
Describe the solution you'd like
When optimizing images it'd be nice to be able to drag and drop a few, click on a "Replace All" button and be done, or even have a checkbox to just do that automatically as they finish, I usually end up dragging multiple to an optipng executable to accomplish the same thing, but having everything in this tool would be nice.
The text was updated successfully, but these errors were encountered: