images¶
Image manipulation utilities.
Functions
- change_to_rgba_array(image, dtype='uint8')[source]¶
Converts an RGB array into RGBA with the alpha value opacity maxed.
- Parameters:
image (RGBPixelArray)
dtype (str)
- Return type:
- get_full_raster_image_path(image_file_name)[source]¶
- Parameters:
image_file_name (str | PurePath)
- Return type:
Path