View source: R/qgis_printlayouttoimage.R
qgis_printlayouttoimage | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export print layout as image (native:printlayouttoimage). Exports a print layout as an image. This algorithm outputs a print layout as an image file (e.g. PNG or JPEG images).
qgis_printlayouttoimage(
LAYOUT = qgisprocess:::qgis_default_value(),
LAYERS = qgisprocess:::qgis_default_value(),
DPI = qgisprocess:::qgis_default_value(),
GEOREFERENCE = qgisprocess:::qgis_default_value(),
INCLUDE_METADATA = qgisprocess:::qgis_default_value(),
ANTIALIAS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LAYOUT |
|
LAYERS |
|
DPI |
|
GEOREFERENCE |
|
INCLUDE_METADATA |
|
ANTIALIAS |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputFile - Image file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.