Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to know the length of the lossless compressed file? #556

Open
yuffon opened this issue May 23, 2020 · 3 comments
Open

How to know the length of the lossless compressed file? #556

yuffon opened this issue May 23, 2020 · 3 comments
Labels

Comments

@yuffon
Copy link

yuffon commented May 23, 2020

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?

@bjorn3
Copy link

bjorn3 commented May 23, 2020

#554

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.

@yuffon
Copy link
Author

yuffon commented May 23, 2020

#554

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.

@bjorn3
Copy link

bjorn3 commented May 23, 2020

I am not familiar enough with the actual file format to help you with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants