Apply patch to support 16-bit Fujifilm + support for GFX100S

This commit is contained in:
Thanatomanic
2021-04-18 13:40:44 +02:00
parent 0170305906
commit 1d075175f4
3 changed files with 23 additions and 19 deletions

View File

@@ -9568,7 +9568,7 @@ void CLASS identify()
apply_tiff();
if (!strcmp(model, "X-T3")) {
height = raw_height - 2;
} else if (!strcmp(model, "GFX 100")) {
} else if (!strcmp(model, "GFX 100") || !strcmp(model, "GFX100S")) {
load_flags = 0;
}
if (!load_raw) {