QGIS API Documentation 3.39.0-Master (47f7b3a4989)
Loading...
Searching...
No Matches
Namespaces | Functions
qgswmsutils.cpp File Reference
#include <QRegularExpression>
#include "qgsmodule.h"
#include "qgswmsutils.h"
#include "qgsmediancut.h"
#include "qgsserverprojectutils.h"
#include "qgswmsserviceexception.h"
#include "qgsproject.h"
Include dependency graph for qgswmsutils.cpp:

Go to the source code of this file.

Namespaces

namespace  QgsWms
 Median cut implementation.
 

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.