Earlier quoted context omitted.
It looks like FLIF doesn't really support lossy well (its sort of fake lossy). "FLIF does not have a lossy mode, but interlaced files can be decoded progressively so we can simply use something like dd if=lossless.flif of=lossy.flif bs=1024 count=5" You can see this in the examples where BPG does well in stream loading: https://nokiatech.github.io/heif/technical.html HEIF would probably be similar to BPG in performan…
> It looks like FLIF doesn't really support lossy well I don't know what you mean by well. As far as I'm concerned lossy FLIF beats JPEG easily. Here is a comparision: http://flif.info/lossy-artifacts.html
Here is the correct link: http://flif.info/example.html
And yes "well" is relative and what I meant by that is that its not readily easy for a normal user to do it.
BTW I think Flif is damn good particularly progressive decoding. Its unclear how good HEIF progressive decoding is.