42 return QStringLiteral(
"cubic" );
QString type() const override
Gets a descriptive type identifier for this raster resampler.
Q_DECL_DEPRECATED void resample(const QImage &srcImage, QImage &dstImage) override
Resamples a source image to a destination image.
QgsCubicRasterResampler * clone() const override
Gets a deep copy of this object.
int tileBufferPixels() const override
Returns the optional tile buffer size in pixels.
QgsCubicRasterResampler()=default
Constructor for QgsCubicRasterResampler.
QImage resampleV2(const QImage &source, const QSize &size) override
Resamples a source image to the specified size.
static QImage resampleImage(const QImage &image, QSize outputSize, GDALRIOResampleAlg resampleAlg)
Resamples a QImage image using GDAL resampler.
#define Q_NOWARN_DEPRECATED_POP
#define Q_NOWARN_DEPRECATED_PUSH