Earlier quoted context omitted.
IANAL, but I guess the file format itself is not covered by the GPL 3, only the reference implementation. They specifically say that "FLIF is completely royalty-free and it is not encumbered by software patents". So, I suppose people will be allowed to develop their own libraries with another license.
True, but the only complete documentation of the file format I found was the source code of the reference implementation. So the only way to write a new implementation is to study the reference implementation, which will make your new implementation "tainted".
Free Lossless Image Format
111–120 of 374 posts
Re: Free Lossless Image Format
#112I think the concerns about the licensing are a bit premature - honestly, this is currently a research project, not a practical replacement for existing image formats. The licensing is only one of several impediments to adoption.
- The format has no spec
- The format may change, rendering all previous images unreadable
- The format has no javascript implementation, and no way of running on old browsers.
- As far as I can tell, there hasn't been a patent search done to see if it violates other patents from other organizations. For example, this one: http://www.google.com/patents/US7982641
- No peer-reviewed paper published yet?
However that doesn't mean that we can't recognize the accomplishment - this looks like a very promising research result, and I hope the project continues! Good work Jon!
Re: Free Lossless Image Format
#113Re: Free Lossless Image Format
#114Earlier quoted context omitted.
GPLv3 will be a hard sell...
Jon Sneyers is a known advocate of Free Software, I am actually glad he acts on his beliefs.
Re: Free Lossless Image Format
#115Earlier quoted context omitted.
This would be great. A lot of "responsive" sites nowadays use only one image as well, the highest resolution available. So you are downloading that 4K jpeg whether you are on mobile or on a desktop.
Progressive JPEG has supported this for decades. Anyone over 25 should remember them from dial-up years.
Judging from the video, something like that could work very well (and much better than with progressive jpegs).
Re: Free Lossless Image Format
#116This is really interesting. One of the most interesting parts is the progressive decoding/responsive images. http://flif.info/example.php (go to the bottom of the page). Basically, the last example shows that, if you want a scaled version of the image, you can simply stop decompressing. No need for multiple image files. Just create one with very high quality and decompress until you get the quality you want and scale…
Re: Free Lossless Image Format
#117This is really interesting! There seems to be some additional technical information here: https://boards.openpandora.org/topic/18485-free-lossless-ima... - for interlacing it uses a generalization of PNG's Adam7; unlike PNG, the geometry of the 2D interlacing is exploited heavily to get better pixel estimation, which means the overhead of interlacing is small (vs simple scanline encoding, which has the benefit of loc…
I posted the news of this new file format weeks ago on HN, no one picked it up :P
Re: Free Lossless Image Format
#118Re: Free Lossless Image Format
#119This is really interesting. One of the most interesting parts is the progressive decoding/responsive images. http://flif.info/example.php (go to the bottom of the page). Basically, the last example shows that, if you want a scaled version of the image, you can simply stop decompressing. No need for multiple image files. Just create one with very high quality and decompress until you get the quality you want and scale…
Re: Free Lossless Image Format
#120Earlier quoted context omitted.
> Wow, starting with an unusable license If you want to use it commercially without publishing source, just buy a licence from the author. Buying licences isn't exactly uncommon. Or are OS X/iOS/Windows also unusable for you?
The author claims it to be royalty free. Also commercial "standards" by one party are worthless