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