The following file type constants are provided as a convenience by NSBitmapImageRep:
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public enum NSBitmapImageFileType
Public Enumeration NSBitmapImageFileType
public enum class NSBitmapImageFileType
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)