Quote Originally Posted by uppu View Post
ok, resampling i could do in QRasterData::iniRaster()!
I recommend to do it in QwtRasterData::value(). Simply round x/y to the next index ( this is next neighbor) of your data.

Uwe