14 Nov
2023
14 Nov
'23
9:27 p.m.
Nikolay Sivov (@nsivov) commented about dlls/gdiplus/graphics.c:
} case InterpolationModeNearestNeighbor: { - FLOAT pixel_offset; + /* Using floorf from ucrtbase.dll is extremaly slow compared to own implementation (casting to INT) */
I meant, does resample_bitmap_pixel() need to use GpPointF input at all. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4393#note_52281