Exemple #1
0
 private static extern void CloseMemoryWindows(FIMEMORY stream);
Exemple #2
0
 private static extern bool SaveToMemoryWindows(FREE_IMAGE_FORMAT fif, FIBITMAP dib, FIMEMORY stream, FREE_IMAGE_SAVE_FLAGS flags);
Exemple #3
0
 public static extern FREE_IMAGE_FORMAT GetFileTypeFromMemory(FIMEMORY stream, int size);
Exemple #4
0
 private static extern FREE_IMAGE_FORMAT GetFileTypeFromMemoryWindows(FIMEMORY stream, int size);
Exemple #5
0
 private static extern FIMULTIBITMAP LoadMultiBitmapFromMemoryWindows(FREE_IMAGE_FORMAT fif, FIMEMORY stream, FREE_IMAGE_LOAD_FLAGS flags);
 private static extern int TellMemoryMacOS(FIMEMORY stream);
Exemple #7
0
 public static extern bool SaveToMemory(FREE_IMAGE_FORMAT fif, FIBITMAP dib, FIMEMORY stream, int flags);
Exemple #8
0
 private static extern bool AcquireMemoryWindows(FIMEMORY stream, ref IntPtr data, ref uint size_in_bytes);
Exemple #9
0
 private static extern uint ReadMemoryLinux(byte[] buffer, uint size, uint count, FIMEMORY stream);
Exemple #10
0
 public static extern FIBITMAP LoadFromMemory(FREE_IMAGE_FORMAT fif, FIMEMORY stream, int flags);
Exemple #11
0
 private static extern int TellMemoryLinux(FIMEMORY stream);
Exemple #12
0
 private static extern FIBITMAP LoadFromMemoryLinux(FREE_IMAGE_FORMAT fif, FIMEMORY stream, FREE_IMAGE_LOAD_FLAGS flags);
Exemple #13
0
 private static extern void CloseMemoryLinux(FIMEMORY stream);
Exemple #14
0
 private static extern int TellMemoryWindows(FIMEMORY stream);
Exemple #15
0
 public static extern long TellMemory(FIMEMORY stream, int flags);
Exemple #16
0
 private static extern bool SeekMemoryWindows(FIMEMORY stream, int offset, System.IO.SeekOrigin origin);
Exemple #17
0
 public static extern bool SeekMemory(FIMEMORY stream, long offset, int origin);
Exemple #18
0
 private static extern uint WriteMemoryWindows(byte[] buffer, uint size, uint count, FIMEMORY stream);
Exemple #19
0
 public static extern long AcquireMemory(FIMEMORY stream, ref IntPtr data, ref int size_in_bytes);
 public static extern void CloseMemory(FIMEMORY stream);
 private static extern void CloseMemoryMacOS(FIMEMORY stream);