sec_interp.exporters.image_exporter module
Image export utilities.
- class sec_interp.exporters.image_exporter.ImageExporter(settings: dict[str, Any])
Bases:
BaseExporterExporter for raster image formats (PNG, JPG, JPEG).
- export(output_path: Path, map_settings: qgis.core.QgsMapSettings) bool
Export map to raster image.
- Parameters:
output_path – Output file path
map_settings – QgsMapSettings instance configured for rendering
- Returns:
True if export successful, False otherwise
- get_supported_extensions() list[str]
Get supported image extensions.