Class Vips
java.lang.Object
app.photofox.vipsffm.Vips
Helper class for running Vips commands with an appropriate arena
Blocks untrusted operations by default
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
init()
static void
init
(boolean allowUntrusted, boolean detectLeaks) static void
run
(VipsRunnable runnable) static void
shutdown()
-
Constructor Details
-
Vips
public Vips()
-
-
Method Details
-
init
public static void init() -
init
public static void init(boolean allowUntrusted, boolean detectLeaks) -
run
-
shutdown
public static void shutdown()
-