decode compressed xtrans files
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
||||
@@ -435,6 +437,10 @@ int RawImage::loadRaw (bool loadData, bool closeFile, ProgressListener *plistene
|
||||
return 2;
|
||||
}
|
||||
|
||||
if(xtransCompressed) {
|
||||
parse_xtrans_header();
|
||||
}
|
||||
|
||||
if (flip == 5) {
|
||||
this->rotate_deg = 270;
|
||||
} else if (flip == 3) {
|
||||
|
||||
Reference in New Issue
Block a user