Operation
¶
Build introspection data for operations.
Make an operation, introspect it, and build a structure representing everything we know about it.
Call libvips operations.
This class wraps the libvips VipsOperation class.
Set a GObject property.
The value is converted to the property type, if possible.
Call a libvips operation.
Use this method to call any libvips operation. For example:
black_image = pyvips.Operation.call('black', 10, 10)
See the Introduction for notes on how this works.
Make a google-style docstring.
This is used to generate help() output.
Make a sphinx-style docstring.
This is used to generate the off-line docs.
Generate sphinx documentation.
This generates a .rst file for all auto-generated image methods. Use it to regenerate the docs with something like:
$ python -c "import pyvips; pyvips.Operation.generate_sphinx_all()" > x
And copy-paste the file contents into doc/vimage.rst in the appropriate place.
Set the maximum number of operations libvips will cache.
Limit the operation cache by memory use.
Limit the operation cache by number of open files.
Turn on libvips cache tracing.
Get the maximum number of operations libvips will cache.
Get the operation cache limit by memory use.
Get the operation cache limit by number of open files.
Get the current size of the operations cache.
Set the block state for all untrusted operations.
Set the block state for a named operation.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4