MonobjcMonobjc Documented Class Library
NSBitmapImageFileType Enumeration
NamespacesMonobjc.AppKitNSBitmapImageFileType

The following file type constants are provided as a convenience by NSBitmapImageRep:

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSBitmapImageFileType
Public Enumeration NSBitmapImageFileType
public enum class NSBitmapImageFileType
Members
MemberDescription
NSTIFFFileType

Tagged Image File Format (TIFF)

Available in Mac OS X v10.0 and later.


NSBMPFileType

Windows bitmap image (BMP) format

Available in Mac OS X v10.0 and later.


NSGIFFileType

Graphics Image Format (GIF), originally created by CompuServe for online downloads

Available in Mac OS X v10.0 and later.


NSJPEGFileType

JPEG format

Available in Mac OS X v10.0 and later.


NSPNGFileType

Portable Network Graphics (PNG) format

Available in Mac OS X v10.0 and later.


NSJPEG2000FileType

JPEG 2000 file format.

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)