Index: trunk/ppImage/src/ppImageParseCamera.c
===================================================================
--- trunk/ppImage/src/ppImageParseCamera.c	(revision 16870)
+++ trunk/ppImage/src/ppImageParseCamera.c	(revision 16951)
@@ -397,4 +397,9 @@
         input->type = PM_FPA_FILE_DARK;
         outImage->type = PM_FPA_FILE_DARK;
+        // Turn off compression --- there are just too many nasties that can happen
+        psFree(outImage->compression);
+        outImage->compression = NULL;
+        psFree(outImage->options);
+        outImage->options = NULL;
     }
 
