Artifact 2d9c23b0c657cfcd83aca26960ea9a6b297eb2e2836240a8b70af598a5a01713:
- File doc/ref/accessor_metadata.md — part of check-in [109cb6080f] at 2024-12-12 21:48:46 on branch trunk — chore: regenerated embedded docs. (user: aku size: 5066)

| Project ↗ | Documentation ↗ | — | Tutorials ↗ | How To's ↗ | Explanations ↗ | References |
| Entry ↗ | — | Sections ↘ | Permuted Sections ↘ | Names ↘ | Permuted Names ↘ | Strict ↘ | Implementations ↘ |
Documentation -- Reference Pages -- accessor metadata
<anchor='top'> Table Of Contents
- accessor ↗
Operators
- aktive meta exists
- aktive meta for
- aktive meta get
- aktive meta info
- aktive meta keys
- aktive meta size
- aktive meta values
- aktive query meta
Operators
↑ aktive meta exists
Syntax: aktive meta exists src args... [→ definition]
Wraps the dict method "exists" for image meta data management.
Returns result of "dict exists" applied to the input's meta data dictionary
| Parameter | Type | Default | Description |
|---|---|---|---|
| src | image | Input queried | |
| args | str... | Dict command arguments, except for dict value or variable. |
↑ aktive meta for
Syntax: aktive meta for src args... [→ definition]
Wraps the dict method "for" for image meta data management.
Returns result of "dict for" applied to the input's meta data dictionary
| Parameter | Type | Default | Description |
|---|---|---|---|
| src | image | Input queried | |
| args | str... | Dict command arguments, except for dict value or variable. |
↑ aktive meta get
Syntax: aktive meta get src args... [→ definition]
Wraps the dict method "get" for image meta data management.
Returns result of "dict get" applied to the input's meta data dictionary
| Parameter | Type | Default | Description |
|---|---|---|---|
| src | image | Input queried | |
| args | str... | Dict command arguments, except for dict value or variable. |
↑ aktive meta info
Syntax: aktive meta info src args... [→ definition]
Wraps the dict method "info" for image meta data management.
Returns result of "dict info" applied to the input's meta data dictionary
| Parameter | Type | Default | Description |
|---|---|---|---|
| src | image | Input queried | |
| args | str... | Dict command arguments, except for dict value or variable. |
↑ aktive meta keys
Syntax: aktive meta keys src args... [→ definition]
Wraps the dict method "keys" for image meta data management.
Returns result of "dict keys" applied to the input's meta data dictionary
| Parameter | Type | Default | Description |
|---|---|---|---|
| src | image | Input queried | |
| args | str... | Dict command arguments, except for dict value or variable. |
↑ aktive meta size
Syntax: aktive meta size src args... [→ definition]
Wraps the dict method "size" for image meta data management.
Returns result of "dict size" applied to the input's meta data dictionary
| Parameter | Type | Default | Description |
|---|---|---|---|
| src | image | Input queried | |
| args | str... | Dict command arguments, except for dict value or variable. |
↑ aktive meta values
Syntax: aktive meta values src args... [→ definition]
Wraps the dict method "values" for image meta data management.
Returns result of "dict values" applied to the input's meta data dictionary
| Parameter | Type | Default | Description |
|---|---|---|---|
| src | image | Input queried | |
| args | str... | Dict command arguments, except for dict value or variable. |
↑ aktive query meta
Syntax: aktive query meta src [→ definition]
Returns a dictionary containing the input's meta data.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query meta @1
|
|---|---|
geometry(0 0 256 256 3) |
netpbm {maxval 255} path tests/assets/sines.ppm colorspace sRGB |