Skip to content

Commit c2d0d5c

Browse files
committed
Add CrxDecompressor for CR3 raw files
This decompressor is ported from libraw. Some of the file handling logic has been replaced by rawspeed::Buffer and derived classes. Most of the code is untouched.
1 parent 9f62de1 commit c2d0d5c

File tree

3 files changed

+2558
-0
lines changed

3 files changed

+2558
-0
lines changed

src/librawspeed/decompressors/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ FILE(GLOB SOURCES
1111
"Cr2Decompressor.h"
1212
"CrwDecompressor.cpp"
1313
"CrwDecompressor.h"
14+
"CrxDecompressor.cpp"
15+
"CrxDecompressor.h"
1416
"DeflateDecompressor.cpp"
1517
"DeflateDecompressor.h"
1618
"FujiDecompressor.cpp"

0 commit comments

Comments
 (0)