FLIF
FLIF copied to clipboard
Free Lossless Image Format
The first mention of "combine mode" says this: ``` FLIF supports animation, so if multiple input files are given, an animated FLIF file will be produced where each input image...
I found the second Error。Server:Ubuntu 14.04.5 LTS using AFL fuzzing 。 The error is the following。 (gdb) run -e crashes/id\:000120\,sig\:11\,src\:000411\,op\:havoc\,rep\:2 test8.flif Starting program: /home/lx/5_7/flif/flif/src/flif -e crashes/id\:000120\,sig\:11\,src\:000411\,op\:havoc\,rep\:2 test8.flif Warning: expected ".png",...
E.g. the same ones `flif` takes for decoding, plus some to control the progressive rendering, etc.
Attempting to use the command-line flif-viewer "viewflif" will create a window but the canvas will not paint the decoded FLIF or repaint if the window is moved. This is true...
It seems that this test is failing on many Debian architectures. For the build logs, see: https://buildd.debian.org/status/package.php?p=flif to get the full build log, click on the name of the architecture,...
The callback function for progressive display gets passed an opaque 'context' which it can use to generate a preview. However, if you are loading an animation you need to decoder...
In my ongoing tests with RGGB created by dcraw compression of FLIF is sometimes worse than RawSpeedCompress+LZMA2. RawSpeedCompress uses different Delta versions for uncompressed pixel data and applies ZigZag-encoding which...
Using - as output returns something but not a png image, didn't try stdin yet. I'd like to transcode from png to flif and back to png through stdin/stdout from...
Hello flif team, As part of our fuzzing efforts at Google, we have identified an issue affecting flif (tested with revision * master d790731b4b0de0b57c28a6652f0e2131cdd70f37). To reproduce, we are attaching a...
I'd like to get raw YCoCg without RGB conversion for a file format converter, can I do it?