We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa7df4 commit f3d638dCopy full SHA for f3d638d
libsrc/utils/ImageResampler.cpp
@@ -53,7 +53,7 @@ void ImageResampler::processImage(const uint8_t * data, int width, int height, i
53
int xDestStart {0};
54
int xDestEnd = {outputWidth-1};
55
int yDestStart = {0};
56
- int yDestEnd = {outputWidth-1};
+ int yDestEnd = {outputHeight-1};
57
58
switch (_flipMode)
59
{
0 commit comments