Gegl.Config¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c |
A list of additional licenses to allow for operations |
||
r/w/c |
the number of pixels processed simultaneously by GEGL. |
||
r/w/c |
Enable code paths for mipmap preview rendering, uses approximations for 50% 25% etc zoom factors to reduce processing. |
||
r/w/c |
quality/speed trade off 1.0 = full quality, 0.0 = full speed |
||
r/w |
Maximum size of a file backend’s writer thread queue (in bytes) |
||
r/w |
where gegl stores it’s swap files |
||
r/w |
compression algorithm used for data stored in the swap |
||
r/w/c |
Number of concurrent evaluation threads |
||
r/w |
size of tile cache in bytes |
||
r/w |
default tile height for created buffers. |
||
r/w |
default tile width for created buffers. |
||
r/w/c |
Try to use OpenCL |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gegl.Config(**kwargs)¶
- Bases:
- Abstract:
No
Property Details¶
- Gegl.Config.props.application_license¶
-
A list of additional licenses to allow for operations
- Gegl.Config.props.chunk_size¶
-
the number of pixels processed simultaneously by GEGL.
- Gegl.Config.props.mipmap_rendering¶
-
Enable code paths for mipmap preview rendering, uses approximations for 50% 25% etc zoom factors to reduce processing.
- Gegl.Config.props.quality¶
-
quality/speed trade off 1.0 = full quality, 0.0 = full speed
- Gegl.Config.props.queue_size¶
-
Maximum size of a file backend’s writer thread queue (in bytes)
- Gegl.Config.props.swap¶
-
where gegl stores it’s swap files
- Gegl.Config.props.swap_compression¶
-
compression algorithm used for data stored in the swap
- Gegl.Config.props.threads¶
-
Number of concurrent evaluation threads
- Gegl.Config.props.tile_cache_size¶
-
size of tile cache in bytes
- Gegl.Config.props.tile_height¶
-
default tile height for created buffers.
- Gegl.Config.props.tile_width¶
-
default tile width for created buffers.