Matthias Krüger

Results 218 comments of Matthias Krüger

Mh, sounds kinda hard, because when there is any kind of mutability or randomness involved, we can still end up with identical expressions that evaluate to completely different things :/...

I guess its part of fn delegation https://github.com/rust-lang/rust/blame/master/compiler/rustc_span/src/symbol.rs#L105

@bors r- tests need rebase/blessing I guess https://github.com/rust-lang/rust/pull/128191#issuecomment-2250972034

On linux, you can tell the script where the flif binary is executed via `export FLIF=/path/to/flif` The script will then use that binary. "main.py ." or "main.py file.png" or "main.py...

seems to the case when flif defaulting to interlace == true turns out to be smaller than no interlace (which flifcrush defaults to)

This messes up the total statistics in the end.

Hi, you'll need python3.

Hmm. What distribution do you use? Perhaps there is a separate python3 pil package?

Ok, it looks like I got confused, sorry about that. The package I use via "from PIL import Image" is not pil but pillow, (a fork of pil) which is...

I don't own any machines that run windows, sorry.