QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
18 #ifndef QGSCUBICRASTERRESAMPLER_H
19 #define QGSCUBICRASTERRESAMPLER_H
26 #include "qgis_core.h"
42 QImage
resampleV2(
const QImage &source,
const QSize &size )
override;
44 QString
type()
const override;
48 #endif // QGSCUBICRASTERRESAMPLER_H
virtual int tileBufferPixels() const
Returns the optional tile buffer size in pixels.
virtual Q_DECL_DEPRECATED void resample(const QImage &srcImage, QImage &dstImage)=0
Resamples a source image to a destination image.
Interface for resampling rasters (V2) (e.g. to have a smoother appearance), which provides a more eff...
virtual QgsRasterResampler * clone() const =0
Gets a deep copy of this object.
virtual QImage resampleV2(const QImage &source, const QSize &size)=0
Resamples a source image to the specified size.
virtual QString type() const =0
Gets a descriptive type identifier for this raster resampler.