Example #1
0
 /// <summary>
 /// Limit the operation cache by memory use.
 /// </summary>
 /// <param name="maxMem"></param>
 public static void VipsCacheSetMaxMem(ulong maxMem)
 {
     VipsOperation.VipsCacheSetMaxMem(maxMem);
 }
Example #2
0
 /// <summary>
 /// Limit the operation cache by memory use.
 /// </summary>
 /// <param name="maxMem"></param>
 public static void VipsCacheSetMaxMem(ulong maxMem)
 {
     VipsOperation.VipsCacheSetMaxMem(new UIntPtr(maxMem));
 }