Miloš Komarčević

Results 931 comments of Miloš Komarčević

Maybe the [mingw patches](https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-libdeflate/001-libdeflate-makefile-mingw-fix.patch) help with some ideas how to build as clang was recently enabled there?

True, this is a bit thinking/preparing in advance 😉 Btw, the Msys2 project has a self-hosted runner if it helps: https://github.com/msys2-arm There are cca 900 packages available, drmingw being the...

Yep: https://blog.llvm.org/2017/08/llvm-on-windows-now-supports-pdb-debug.html

So https://github.com/jrfonseca/drmingw/pull/70 closes this?

Actually, looks like it's not a move, but a new version of the tag (signed rationals), and can co-exist w/ the original 0x0b tag. For the Z 9, it seems...

You can find samples from recent FujiFilm cameras on [RPU](https://raw.pixls.us/): you can filter by "fujifilm" in the search box and then e.g .sort descending by date...

Looking at https://github.com/LibRaw/LibRaw/blob/master/src/metadata/tiff.cpp I think this falls under either "packed" or "packed padded" case, but certainly not "uncompressed"... @LibRaw Please comment. > Also, a value of 9 is already called...

Ok, let's walk through the [Z 6_2](https://onlinemanual.nikonimglib.com/z7II_z6II/en/09_menu_guide_03_09.html) and [D6](https://onlinemanual.nikonimglib.com/d6/en/16_menu_guide_03_09.html) example then, which seems to have 6 modes, all available on [raw.pixls.us](https://raw.pixls.us/): | NEFCompression | Nikon menu | ExifTool | |...

ExifTool just (correctly) reads e.g. "compression scheme 34713 (Nikon) present, value 6" from the metadata (TIFF/Exif compression tag 0x103 followed by Nikon makernote tag 0x93), and that's pretty much it....

It would be great to have this backported to the 0.7.x branch as well, if there is a plan to release 0.7 that is. Thanks.