Ivan Kuchin

Results 199 comments of Ivan Kuchin

> At least in my test, the change in the collation already seems to do that even without the transformation to LOWER. I did not check why: Just to share...

I don't know of any feature in the framework that allow that, quick search gave me [stackexchange question](https://apple.stackexchange.com/q/159548/2084) with suggestions to try few plist keys and few answers relying on...

At first look the tool is trying to improve compression, but the tools are already there, like zopfli is used by oxipng. Can you provide images for which you got...

`oxipng` can be configured to do that by `image_optim`

@gurgeous There is `script/worker_analysis` for comparing all possible tool combinations and orders

> I tried running it, neat! After some experimentation I ended up changing my justfile rule to disable tools that seems slow and/or ineffective for my use case (see below)....

So currently even without verbose `image_optim` outputs per image percentage and space gain + total, and verbose outputs duration of every worker. And you want to also add output per...

@gurgeous Sure, it seems like it would be useful Also probably better to further discuss if needed in a separate issue or discussions, or already in a PR, as this...

worker can be marked lossy, but does it improve over using jpegrecompress?