Author: post
Date: 2010-09-23 20:02:32 +0200 (Thu, 23 Sep 2010)
New Revision: 3540

Modified:
   trunk/plugins/load-rawspeed/Makefile.am
   trunk/plugins/load-rawspeed/rawstudio-plugin.c
Log:
Add new files to makefile, and enable NRW files for Rawspeed.
Old Nikon compact users beware - we now attempt to load NRW-files with 
Rawspeed, please write us, if anything begins failing - we need your raws to 
support them!

Modified: trunk/plugins/load-rawspeed/Makefile.am
===================================================================
--- trunk/plugins/load-rawspeed/Makefile.am     2010-09-19 19:02:34 UTC (rev 
3539)
+++ trunk/plugins/load-rawspeed/Makefile.am     2010-09-23 18:02:32 UTC (rev 
3540)
@@ -32,6 +32,7 @@
        rawspeed/ArwDecoder.cpp rawspeed/ArwDecoder.h \
        rawspeed/BitPumpJPEG.cpp rawspeed/BitPumpJPEG.h \
        rawspeed/BitPumpMSB.cpp rawspeed/BitPumpMSB.h \
+       rawspeed/BitPumpMSB32.cpp rawspeed/BitPumpMSB32.h \
        rawspeed/BitPumpPlain.cpp rawspeed/BitPumpPlain.h \
        rawspeed/BlackArea.cpp rawspeed/BlackArea.h \
        rawspeed/ByteStream.cpp rawspeed/ByteStream.h \

Modified: trunk/plugins/load-rawspeed/rawstudio-plugin.c
===================================================================
--- trunk/plugins/load-rawspeed/rawstudio-plugin.c      2010-09-19 19:02:34 UTC 
(rev 3539)
+++ trunk/plugins/load-rawspeed/rawstudio-plugin.c      2010-09-23 18:02:32 UTC 
(rev 3540)
@@ -27,6 +27,7 @@
        rs_filetype_register_loader(".cr2", "Canon CR2", load_rawspeed, 5, 
RS_LOADER_FLAGS_RAW);
        rs_filetype_register_loader(".dng", "Adobe Digital Negative", 
load_rawspeed, 5, RS_LOADER_FLAGS_RAW);
        rs_filetype_register_loader(".nef", "Nikon NEF", load_rawspeed, 5, 
RS_LOADER_FLAGS_RAW);
+       rs_filetype_register_loader(".nrw", "Nikon NRW", load_rawspeed, 5, 
RS_LOADER_FLAGS_RAW);
        rs_filetype_register_loader(".orf", "Olympus", load_rawspeed, 5, 
RS_LOADER_FLAGS_RAW);
        rs_filetype_register_loader(".pef", "Pentax raw", load_rawspeed, 5, 
RS_LOADER_FLAGS_RAW);
 //     rs_filetype_register_loader(".raw", "Panasonic raw", load_rawspeed, 5, 
RS_LOADER_FLAGS_RAW);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to