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

Use Cloudinary to generate FLIF images #23

Open
jonsneyers opened this issue Sep 25, 2016 · 0 comments
Open

Use Cloudinary to generate FLIF images #23

jonsneyers opened this issue Sep 25, 2016 · 0 comments

Comments

@jonsneyers
Copy link
Contributor

As discussed on gitter:

Cloudinary supports FLIF, so for the demo page, you could make a Cloudinary account and put the original PNGs there. E.g.

http://res.cloudinary.com/jon/kodim05.png

To produce a progressive lossless FLIF file from that, you simply have to change the URL:
http://res.cloudinary.com/jon/fl_progressive/kodim05.flif

For lossy, you can use e.g.:
http://res.cloudinary.com/jon/fl_progressive,fl_lossy,q_50/kodim05.flif

You can also produce JPEGs and Adam7 interlaced PNGs in a similar way.

You can also use the upload widget to let people upload their own images (in any format) and automatically convert it to the other formats.

Cloudinary accounts are free as long as you're not using too much space or bandwidth. Let me know if you start to run into limits; I can probably arrange something if needed.

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

No branches or pull requests

1 participant