Jon Sneyers

Results 277 comments of Jon Sneyers

Oops, thanks for the message passing, I guess I have been neglecting to maintain FLIF ever since work on JPEG XL started to get serious. Probably a bit unnecessary to...

JPEG XL will certainly not handle old flif files, so yes, you'll still need flif to decode them to something cjxl can encode, if you want to convert them. Is...

There are still some global variables in the code, I think...

This one can still be reproduced in the current version (cfd25e57578ccd047dd2177aea2924f5a3fa1e5f).

What is wrong with autotools?

The main piece of metadata you can store in a FLIF, is an ICC color profile. You do need this to correctly render the image. I agree that putting Exif...

I found out what is happening. I know how to solve this. I just need to implement it. Soon FLIF will beat that other method.

Here you go: ``` 11,359,333 leica_m82_05.rggb.flif0.1.3 5,117,762 leica_m82_05.rggb.flif0.1.4 8,450,275 nikon_1_v2_17.rggb.flif0.1.4 20,384,559 nikon_d5200_14.rggb.flif0.1.4 ```

The Bayer CFA layout is different for different camera models; FLIF currently assumes some specific subpixel layout for its YIQ transform, and if this assumption is wrong, then compression suffers...

Also: how does DCRAW output the extracted data? When FLIF reads a .rggb file, it is using the following layout, which I _think_ is what DCRAW produces: GG RB Another...