Click or drag to resize

ImageManagerGetImageOutputFormatExt Method (ImageFileFormat)

Retrieves the standard file extension for the specified format (e.g. ".gif" for GIF files).

Namespace:  NetQuarry.Util.Image
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetImageOutputFormatExt(
	ImageFileFormat fmt
)

Parameters

fmt
Type: NetQuarry.Util.ImageImageFileFormat
The format in question.

Return Value

Type: String
The standard file extension for the specified format.
See Also