| 
    QGIS API Documentation 3.38.0-Grenoble (exported)
    
   | 
 


Go to the source code of this file.
Namespaces | |
| namespace | QgsWms | 
| Median cut implementation.  | |
Enumerations | |
| enum class | QgsWms::ImageOutputFormat {  QgsWms::Unknown , QgsWms::PNG , QgsWms::PNG8 , QgsWms::PNG16 , QgsWms::PNG1 , QgsWms::JPEG , QgsWms::WEBP }  | 
| Supported image output format.  More... | |
Functions | |
| QString | QgsWms::implementationVersion () | 
| Returns the highest version supported by this implementation.   | |
| ImageOutputFormat | QgsWms::parseImageFormat (const QString &format) | 
| Parse image format parameter.   | |
| QUrl | QgsWms::serviceUrl (const QgsServerRequest &request, const QgsProject *project, const QgsServerSettings &settings) | 
| Returns WMS service URL.   | |
| void | QgsWms::writeImage (QgsServerResponse &response, QImage &img, const QString &formatStr, int imageQuality=-1) | 
| Write image response.   | |