FLIF – Free Lossless Image Format
flif.info
FLIF – Free Lossless Image Format
1–10 of 254 posts
Re: FLIF – Free Lossless Image Format
#2Re: FLIF – Free Lossless Image Format
#3Re: FLIF – Free Lossless Image Format
#4Basically, if you want to be able to easily view the image on a mobile device or on the web, the format needs their blessing.
Re: FLIF – Free Lossless Image Format
#5Re: FLIF – Free Lossless Image Format
#6It really needs a giant caveat saying "lossless". I mean, that's still great and impressive, but it clearly doesn't erase the need for a user to switch formats as a lossless format is still not suitable for end users a lot of the time.
(It does have a lossy mode, detailed on another page, but they clearly show it doesn't have the same advantage over other formats there.)
Re: FLIF – Free Lossless Image Format
#7Before Apple/Google/Mozilla adopt in their browsers, I doubt this will get any traction.
EDIT: Their reference JS polyfill implementation is LGPLv3 as well, which may further harm adoption.
Re: FLIF – Free Lossless Image Format
#8Seems really cool. It seems that the biggest gatekeepers for image formats are Apple and Google because of iPhone/Safari and Android/Chrome. Basically, if you want to be able to easily view the image on a mobile device or on the web, the format needs their blessing.
Re: FLIF – Free Lossless Image Format
#9Before Apple/Google/Mozilla adopt in their browsers, I doubt this will get any traction.
With the reference encoder licensed under LGPLv3, I doubt any browser team will be able to incorporate this work into their product. They would need to do a full clean room reimplementation simply to study it (since GPLv3 seems unacceptable to them, and LGPLv3 can’t coexist with GPLv2, and so forth and so on). It’s really unfortunate that the FLIF team chose such a restrictive license :( EDIT: Their reference JS poly…