Reduce peak memorey usage for processing non raw files in queue by width * height * 3 * bytedepth, #5170
This commit is contained in:
@@ -101,6 +101,7 @@ public:
|
||||
|
||||
void getRawValues(int x, int y, int rotate, int &R, int &G, int &B) override { R = G = B = 0;}
|
||||
|
||||
void flushRGB () override;
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user