We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e6f9d commit d68fa4fCopy full SHA for d68fa4f
README.md
@@ -56,6 +56,8 @@ import app.photofox.vipsffm.enums.VipsAccess
56
// ...
57
58
// Call once to initialise libvips when your program starts, from any thread
59
+// Note that by default this blocks untrusted operations (like loading PDFs)
60
+// Use `Vips.init(true, ...)` to permit untrusted operations
61
Vips.init()
62
63
// Use `Vips.run` to wrap your usage of the API, and get an arena with an appropriate lifetime to use
0 commit comments