decode compressed xtrans files

This commit is contained in:
heckflosse
2017-02-11 17:48:59 +01:00
parent 242b7a86cf
commit d5d8747e5a
4 changed files with 851 additions and 0 deletions

View File

@@ -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) {