this post was submitted on 13 Oct 2024
25 points (100.0% liked)
Free and Open Source Software
17919 readers
90 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I know that lossy normally lessens the image quality in the compression process, but Curtail has two options:
Lossless mode: Compresses the file by removing unnecesary data that does not affect image quality; thus reducing file size. Lossy mode: Compresses the file much further by lowering the visual quality of the image; thus reducing the file size but looking a bit worse.
After using the lossless mode, I've personally done very thorough image comparisons to see if there was any discernible difference between the original file and the compressed file. I could not find any visual difference.
In Curtails own words on their site "It supports both lossless and lossy compression modes with an option to whether keep or not metadata of images."
Curtail is a wrapper around tools like pngquant, jpgoptim and oxipng. In lossless mode it optimizes and reorders e.g the compression tables. I know of no tool that does that for video data and I am not even sure that is feasable. Video is not stored as a simple sequence of images.
Okay, thanks. I guess it's not possible at the moment then.