IceMan Reference Guide |
There are a number of operators which retrieve information about an image.
Returns the i'th input of a node in an image processing expression.
Note: The channel packing string is not used in any image processing operation: it is mostly useful when an image with non-standard channel interpretation is read from a file.
dict := image GetMetaDict dict foreach(key, value, writeln("the value of ", key, " is ", value)
Note: Meta-data dictionaries are not transmitted through image processing nodes. If you need the information in a node, you should retrieve the dictionary and stash it away.
Pixar Animation Studios
|