Added support for compressed fuji bayer files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user