ImageFormatInfo.Enumerate Method
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Enumerates supported image format infos for loading or saving.
public static IEnumerable<ImageFormatInfo> Enumerate(ImageFormatSupport formatSupport = ImageFormatSupport.Either)
Parameters
formatSupportImageFormatSupportThe load or save support for the format.
Returns
- IEnumerable<ImageFormatInfo>
An enumerable collection of image format infos.