Table of Contents

Enum ImageFormat

Namespace
FaceRecognitionDotNet
Assembly
VisioForge.Core.FaceAI.dll

Specifies the file format of the image.

public enum ImageFormat

Fields

Bmp = 0

Specifies that the bitmap (BMP) image format.

Jpeg = 1

Specifies that the Joint Photographic Experts Group (JPEG) image format.

Png = 2

Specifies that the W3C Portable Network Graphics (PNG) image format.