Return a string containing the EXIF data from a JPEG using the jhead utility
Return the FOV (of the wider dimension) of a photo in degrees
Compute the md5 hash of a PIL image
Convert a floating point numpy array (0.0 to 1.0) to an 8bit PIL image (0 to 255)
Convert a PIL image from sRGB to RGB
Convert an 8bit PIL image (0 to 255) to a floating-point numpy array (0.0 to 1.0)
Convert an image from linear RGB to sRGB.
Parameters: | rgb – numpy array in range (0.0 to 1.0) |
---|
Convert an image from sRGB to linear RGB.
Parameters: | srgb – numpy array in range (0.0 to 1.0) |
---|