Fix wrong thumbnails for Canon G3 and G5, fixes #4000, fixes #4099

This commit is contained in:
heckflosse
2017-09-23 16:20:50 +02:00
parent 99b817e821
commit 18f09dcbee
2 changed files with 10 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ public:
{
return image;
}
float** compress_image(int frameNum); // revert to compressed pixels format and release image data
float** compress_image(int frameNum, bool freeImage = true); // revert to compressed pixels format and release image data
float** data; // holds pixel values, data[i][j] corresponds to the ith row and jth column
unsigned prefilters; // original filters saved ( used for 4 color processing )
unsigned int getFrameCount() const { return is_raw; }