Package app.photofox.vipsffm
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()static voidinit(boolean allowUntrusted, boolean detectLeaks) static voidrun(VipsRunnable runnable) static voidshutdown()
-
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()
-