Fix broken non-raw images

This commit is contained in:
heckflosse
2018-11-18 12:15:30 +01:00
parent b090fd7d2f
commit 99c8b60615
2 changed files with 2 additions and 6 deletions

View File

@@ -106,11 +106,7 @@ public:
return sampleArrangement;
}
virtual void getStdImage (ColorTemp ctemp, int tran, Imagefloat* image, PreviewProps pp, bool first)
{
printf("getStdImage NULL!\n");
}
virtual void getStdImage (ColorTemp ctemp, int tran, Imagefloat* image, PreviewProps pp) = 0;
virtual int getBPS () = 0;
virtual void getScanline (int row, unsigned char* buffer, int bps, bool isFloat = false) {}
virtual void setScanline (int row, unsigned char* buffer, int bps, unsigned int numSamples = 3) {}