FLIF icon indicating copy to clipboard operation
FLIF copied to clipboard

Free Lossless Image Format

Results 102 FLIF issues
Sort by recently updated
recently updated
newest added

the fouth error is: Starting program: /home/lx/5_7/flif/flif/src/flif -e crashes/id\:000013\,sig\:11\,src\:000110\,op\:havoc\,rep\:16 test5.flif --overwrite Warning: expected ".png", ".pnm" or ".pam" file name extension for input file, trying anyway... Program received signal SIGSEGV, Segmentation...

the fifth error is : Starting program: /home/lx/5_7/flif/flif/src/flif -e crashes/id\:000014\,sig\:11\,src\:000110\,op\:havoc\,rep\:4 test5.flif --overwrite Warning: expected ".png", ".pnm" or ".pam" file name extension for input file, trying anyway... Program received signal SIGSEGV,...

I used the AFL tool to find the bug of the image_load_pnm() method, error is : Starting program: /home/lx/5_7/flif/flif/src/flif -e id\:000003\,sig\:11\,src\:000049\,op\:havoc\,rep\:2 test6.flif Warning: expected ".png", ".pnm" or ".pam" file name...

The third Error is also Segmentation fault .I also use AFL tools The error is : Starting program: /home/lx/5_7/flif/flif/src/flif -e crashes/id\:000010\,sig\:11\,src\:000110\,op\:havoc\,rep\:2 test5.flif --overwrite Warning: expected ".png", ".pnm" or ".pam" file...

System Info ------------- Windows 10 VS Proffesional 2017 -v15.7.1 # Test program #include #pragma comment(lib,"libflif.lib") int main() { return 0; } Compiler error --------------- pathname\image.hpp: error c2440: : cannot convert...

portability
build

If FLIF is lossless it means that the image will be exactly the same as my jpeg right? But Can I convert the FLIF image to jpeg losslessly?

question

Bitmaps store pixels in a very simple way, it wouldn't be surprising if a change to a part of a bitmap file created from a photo was almost imperceptible where...

question

is there any results about the comparing between the CABAC and MANIAC entropy coding??

question

Now I have a number of images stored in numpy file. I want to use FLIF to compress them losslessly and count the length? Does this library provide API to...

question

``` image/image-pam.cpp:90:27: warning: comparison of integer expressions of different signedness: ‘ColorVal’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 90 | if (pixel > maxval) | ~~~~~~^~~~~~~~ image/image-pam.cpp:106:27: warning: comparison of integer...

robustness
portability
build