Table of Contents

ImageFormatSupport Enum

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Defines the image format support for loading or saving.

public enum ImageFormatSupport

Fields

Name Value Description
None 0

The image format should not be supported for any.

Load 1

The image format should be supported for loading.

Save 2

The image format should be supported for saving.

Both 3

The image format should be supported for both loading and saving.

Either 4

The image format should be supported for either loading and saving.