Added support for compressed fuji bayer files

This commit is contained in:
heckflosse
2017-02-12 21:27:11 +01:00
parent 307d5b3a2f
commit 3329899b37
4 changed files with 307 additions and 84 deletions

View File

@@ -435,9 +435,9 @@ int RawImage::loadRaw (bool loadData, bool closeFile, ProgressListener *plistene
return 2;
}
if(xtransCompressed) {
parse_xtrans_header();
}
if(!strcmp(make,"Fujifilm") && raw_height * raw_width * 2 != raw_size) {
parse_fuji_compressed_header();
}
if (flip == 5) {
this->rotate_deg = 270;