18#ifndef QGSCUBICRASTERRESAMPLER_H
19#define QGSCUBICRASTERRESAMPLER_H
39 QImage
resampleV2( const QImage &source, const QSize &size ) override;
45 QString
type() const override;
QString type() const override
Gets a descriptive type identifier for this raster resampler.
Q_DECL_DEPRECATED void resample(const QImage &srcImage, QImage &dstImage) override
int tileBufferPixels() const override
Returns the optional tile buffer size in pixels.
QgsCubicRasterResampler()=default
QImage resampleV2(const QImage &source, const QSize &size) override
Resamples a source image to the specified size.
Interface for resampling rasters (V2) (e.g.
virtual QgsRasterResampler * clone() const =0
Gets a deep copy of this object.