ImageWebSafeFormat Enumeration

Defines the web-safe image file formats for saving.

Definition

Namespace: GleamTech.ImageUltimate.AspNet
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public enum ImageWebSafeFormat

Members

JpgJoint Photographic Experts Group (JPEG).
PngPortable Network Graphics (PNG).
GifGraphics Interchange Format (GIF).

See Also