internal static extern uint OpenMultiBitmap(
     FIF format,
     string fileName,
     [MarshalAs(UnmanagedType.Bool)] bool createNew,
     [MarshalAs(UnmanagedType.Bool)] bool readOnly,
     [MarshalAs(UnmanagedType.Bool)] bool keepCacheInMemory,
     int flags);
 internal static extern bool FIFSupportsICCProfiles(FIF format);
Beispiel #3
0
 public static extern bool Save(FIF format, FIBITMAP dib, string filename, int flags);
 internal static extern bool FIFSupportsExportBPP(FIF format, int bpp);
 internal static extern string GetFIFDescription(FIF format);
 internal static extern int SetPluginEnabled(FIF format,
                                             [MarshalAs(UnmanagedType.Bool)] bool enabled);
 internal static extern bool Save(FIF format, uint dib, string filename, int flags);
 internal static extern string GetFormatFromFIF(FIF format);
Beispiel #9
0
 public static extern bool FIFSupportsReading(FIF format);
Beispiel #10
0
 public static extern string GetFIFRegExpr(FIF format);
Beispiel #11
0
 public static extern string GetFIFDescription(FIF format);
Beispiel #12
0
 public static extern string GetFIFExtensionList(FIF format);
Beispiel #13
0
 public static extern string GetFormatFromFIF(FIF format);
Beispiel #14
0
 public static extern int IsPluginEnabled(FIF format);
Beispiel #15
0
 public static extern int SetPluginEnabled(FIF format, bool enabled);
 internal static extern bool FIFSupportsWriting(FIF format);
 internal static extern string GetFIFExtensionList(FIF format);
Beispiel #18
0
 public static extern bool FIFSupportsWriting(FIF format);
 internal static extern uint Load(FIF format, string filename, int flags);
Beispiel #20
0
 public static extern bool FIFSupportsExportType(FIF format, FIT ftype);
 internal static extern uint Load(FIF format, string filename, int flags);
Beispiel #22
0
 public static extern bool FIFSupportsICCProfiles(FIF format, FIT ftype);
 internal static extern string GetFormatFromFIF(FIF format);
Beispiel #24
0
 public static extern FIMULTIBITMAP OpenMultiBitmap(
     FIF format, string filename, bool createNew, bool readOnly, bool keepCacheInMemory, int flags);
 internal static extern bool FIFSupportsReading(FIF format);
Beispiel #26
0
 public static extern bool FIFSupportsExportType(FIF format, FIT ftype);
 internal static extern bool FIFSupportsICCProfiles(FIF format);
Beispiel #28
0
 public static extern bool FIFSupportsICCProfiles(FIF format, FIT ftype);
 internal static extern bool FIFSupportsExportType(FIF format, FreeImageType ftype);
Beispiel #30
0
 public static extern bool FIFSupportsReading(FIF format);
 internal static extern bool FIFSupportsReading(FIF format);
Beispiel #32
0
 public static extern bool FIFSupportsWriting(FIF format);
 internal static extern string GetFIFDescription(FIF format);
Beispiel #34
0
 public static extern string GetFIFDescription(FIF format);
 internal static extern string GetFIFRegExpr(FIF format);
Beispiel #36
0
 public static extern string GetFIFExtensionList(FIF format);
 internal static extern int IsPluginEnabled(FIF format);
Beispiel #38
0
 public static extern string GetFIFRegExpr(FIF format);
 internal static extern uint OpenMultiBitmap(
     FIF format,
     string fileName,
     [MarshalAs(UnmanagedType.Bool)] bool createNew,
     [MarshalAs(UnmanagedType.Bool)] bool readOnly,
     [MarshalAs(UnmanagedType.Bool)] bool keepCacheInMemory,
     int flags);
Beispiel #40
0
 public static extern string GetFormatFromFIF(FIF format);
 internal static extern int SetPluginEnabled(FIF format,
     [MarshalAs(UnmanagedType.Bool)] bool enabled);
Beispiel #42
0
 public static extern int IsPluginEnabled(FIF format);
 internal static extern bool Save(FIF format, uint dib, string filename, int flags);
Beispiel #44
0
 public static extern FIBITMAP Load(FIF format, string filename, int flags);
 internal static extern int IsPluginEnabled(FIF format);
Beispiel #46
0
 public static extern FIMULTIBITMAP OpenMultiBitmap(
     FIF format, string filename, bool createNew, bool readOnly, bool keepCacheInMemory, int flags);
 internal static extern string GetFIFExtensionList(FIF format);
Beispiel #48
0
 public static extern bool Save(FIF format, FIBITMAP dib, string filename, int flags);
 internal static extern string GetFIFRegExpr(FIF format);
Beispiel #50
0
 public static extern int SetPluginEnabled(FIF format, bool enabled);
 internal static extern bool FIFSupportsWriting(FIF format);
Beispiel #52
0
 public static extern int FreeImage_Load(FIF format, string filename, int flags);
 internal static extern bool FIFSupportsExportType(FIF format, FreeImageType ftype);
Beispiel #54
0
 public static extern bool FreeImage_Save(FIF format, int handle, string filename, int flags);
 internal static extern bool FIFSupportsExportBPP(FIF format, int bpp);
Beispiel #56
0
 public static extern FIBITMAP Load(FIF format, string filename, int flags);