ImageInfo(Byte, NullableImageFormat) Constructor

Initializes a new instance of the ImageInfo class from the specified image byte array.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public ImageInfo(
	byte[] imageBytes,
	ImageFormat? imageLoadFormat = null
)

Parameters

imageBytes  Byte
The byte array containing the image to load.
imageLoadFormat  NullableImageFormat  (Optional)
The image format if known. When not specified, the format will be detected automatically via file header.

See Also