Utilities#
Common#
colour_hdri
Implement supports for vivification of the underlying dict like data-structure, magical! |
|
|
Convert given vivified data-structure to dictionary. |
|
Return whether given path exists. |
|
Filter given directory for files matching given extensions. |
EXIF Data Manipulation#
colour_hdri
Command line EXIF manipulation application, usually Phil Harvey's ExifTool. |
|
|
EXIF tag data. |
|
Parse given EXIF tag assuming it is a string and return its value. |
|
Parse given EXIF tag assuming it is a number type and return its value. |
|
Parse given EXIF tag assuming it is a fraction and return its value. |
|
Parse given EXIF tag assuming it is an array and return its value. |
|
Parse given EXIF data output from exiftool. |
|
Return given image EXIF image tags. |
|
Copy given source image file EXIF tag to given image target. |
|
Update given images pairs EXIF tags. |
|
Delete all given image EXIF tags. |
|
Return given image EXIF tag value. |
|
Set given image EXIF tag value. |
Image Data & Metadata Utilities#
colour_hdri
|
Define the base object for storing exif metadata relevant to HDRI Generation. |
|
Define the base object for storing an image along its path, pixel data and metadata needed for HDRIs generation. |
Define a convenient stack storing a sequence of images for HDRI / radiance images generation. |