On Fri Aug 11 20:14:26 2023 +0000, Esme Povirk wrote:
I think this change can be made without performance testing. That said, repeatedly calling GdipBitmapGetPixel and GdipBitmapSetPixel is never going to be efficient. This should probably do something like convert_pixels in image.c, including special cases for common format combinations.
I will create separate PR for that.