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 a621f5d commit 2f35dabCopy full SHA for 2f35dab
src/graphics/Image/pngHelpers/ImagePNG.cpp
@@ -75,8 +75,6 @@ void pngle_on_draw(pngle_t *pngle, uint32_t x, uint32_t y, uint32_t w, uint32_t
75
76
if (_pngDither)
77
{
78
- px = _imagePtrPng->ditherGetPixelBmp((r << 16) | (g << 8) | (b), x + i, y + j,
79
- _imagePtrPng->_inkplate->width(), 0);
80
px = _imagePtrPng->ditherGetPixelBmp(RGB8BIT(r, g, b), x + i, y + j,
81
_imagePtrPng->_inkplate->width(), 0);
82
if (_pngInvert)
0 commit comments