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