-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Timestamps are not preserved in PNGs #205
Comments
Hello! Is it still the case with the latest version? |
I have now version 1.10.0 via Flathub (not sure if it's the latest), and the issue is still there. |
Sorry for the answer time. Do you compress lossless or lossy? And do you speak about creation time or modification time? |
It seems to come from the lossy compression of pngquant library: kornelski/pngquant#360 |
Yes, it happens always when using lossy compression, but also sometimes when using lossless compresion. Both creation and modification time get modified. |
Hi! I love the fact that Curtail can usually preserve the file attributes like the timestamps. This allows me to optimize images in place while still being able to sort and search them correctly by original date.
However, I just noticed this isn't the case for PNGs. I have the "preserve file attributes if possible" option enabled, but the timestamp of all PNGs gets changed to the current time.
I'm using the Flatpak version of Curtail, v. 1.8.0 on EndeavourOS.
The text was updated successfully, but these errors were encountered: