User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_bitmapabstract.tofile_string_tgis_pixelformat_tgis_pixelsubformat_integer

Table of Contents

TGIS_BitmapAbstract.ToFile(str, TGIS_PixelFormat, TGIS_PixelSubFormat, int) method

DK for Python | tatukgis_pdk.TGIS_BitmapAbstract.ToFile | Overloads | Methods | Properties

Save bitmap to file.

Available also on: Delphi | .NET | Java.

Syntax

# Python
def ToFile(
  self,
  _path: str,
  _format: TGIS_PixelFormat,
  _subformat: TGIS_PixelSubFormat,
  _compression: int
) -> None: 

Parameters

Name Type Description
_path str path to file
_format TGIS_PixelFormat output pixel format type
_subformat TGIS_PixelSubFormat output pixel subformat type
_compression int compression level
2025/01/31 01:19

Page Tools