mirror of
https://github.com/qgis/QGIS.git
synced 2025-05-07 00:04:24 -04:00
which doesn't require pre-allocation of a temporary QImage The existing interface is very inefficient for the bilinear resampler, because it requires allocation of a temporary QImage just to pass the desired height and width to the resampler...