You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 count the length directly?
The text was updated successfully, but these errors were encountered:
FLIF development has stopped since FLIF is superceded by FUIF and then again by JPEG XL (https://jpeg.org/jpegxl/index.html), which is based on a combination of Pik and FUIF.
A royalty-free and open source reference implementation of JPEG XL is available on GitLab.
FLIF development has stopped since FLIF is superceded by FUIF and then again by JPEG XL (https://jpeg.org/jpegxl/index.html), which is based on a combination of Pik and FUIF.
A royalty-free and open source reference implementation of JPEG XL is available on GitLab.
Thank you for your reply.
I am investigating a project. In this project, the author uses FLIF to compress files.
I want to know the length of the compressed file.
I see that the flif file format contains several headers in front of the file.
So I want to know the length of the rest part.
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 count the length directly?
The text was updated successfully, but these errors were encountered: