I've been investigating an issue where drawing Paletted images seems much slower than other types of image conversion.
AFAIK, it's drawing the image twice?
|
drawPaletted(dst0, r, src, sp, false) |
It executes the "fast" drawPaletted image, then falls into the default case, and executes the "slow" drawing path? I think there's supposed to be a return there?