IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2008, 10:53:22 AM (18 years ago)
Author:
Paul Price
Message:

Turn off compression when normalising a dark image --- there are just too many nasties that can impact the quality of the image that's written to disk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageParseCamera.c

    r16870 r16951  
    397397        input->type = PM_FPA_FILE_DARK;
    398398        outImage->type = PM_FPA_FILE_DARK;
     399        // Turn off compression --- there are just too many nasties that can happen
     400        psFree(outImage->compression);
     401        outImage->compression = NULL;
     402        psFree(outImage->options);
     403        outImage->options = NULL;
    399404    }
    400405
Note: See TracChangeset for help on using the changeset viewer.