Skip to content

ImageFileFormat Enumeration#

List of available file formats for ImagePersistence.

Syntax#

C#

public enum ImageFileFormat

VB

Public Enumeration ImageFileFormat

Members#

Member nameValueDescription
Bmp0Windows Bitmap (BMP) format, no compression.
Tiff1Tagged Image File Format (TIFF), no compression. Supports mono images with more than 8 bit bit depth.
Jpeg2Joint Photographic Experts Group (JPEG) format. Lossy data compression.
Png3Portable Network Graphics (PNG) format. Lossless data compression.
Raw4Saves the raw image buffer data. Packed image formats are unpacked. In the format used for saving, the data cannot be loaded using ImagePersistence.Load

Reference#

Basler.Pylon Namespace