QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
42 return QStringLiteral(
"cubic" );
int tileBufferPixels() const override
Returns the optional tile buffer size in pixels.
QString type() const override
Gets a descriptive type identifier for this raster resampler.
QgsCubicRasterResampler * clone() const override
Gets a deep copy of this object.
#define Q_NOWARN_DEPRECATED_POP
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_PUSH
QgsCubicRasterResampler()=default
Constructor for QgsCubicRasterResampler.
Q_DECL_DEPRECATED void resample(const QImage &srcImage, QImage &dstImage) override
Resamples a source image to a destination image.