Re: [darktable-devel] BPG file format support

2014-12-08 Thread jeremy rosen
in theory, adding a new storage format is not very complicated, each is implemented as a single file in src/imageio/format if you have a lib that implements writing to this format, you should copy an existing format and change the relevant parts... On Mon, Dec 8, 2014 at 7:46 AM, Matthias Bodenbi

[darktable-devel] BPG file format support

2014-12-07 Thread Matthias Bodenbinder
Hello developers, BPG is a new file format which could replace JPG in the future. It is clearly superior to JPG in terms of filesize and picture quality. See the example here: http://bellard.org/bpg/lena.html Further details about BPG can be found here: http://bellard.org/bpg/ Could this be imp