= Image.from_image_file(image_path="../test/route_sample.png")
img img
Image Utility Class
handle_string_to_bytes_and_encode
handle_string_to_bytes_and_encode (data:Union[str,bytes])
handle_string_to_bytes_and_decode
handle_string_to_bytes_and_decode (data:Union[str,bytes])
isBase64
isBase64 (s)
Image.from_image_file
Image.from_image_file (image_path:str)
crop_square
crop_square ()
to_bytes
to_bytes ()
img.crop_square()
= img.to_bytes()
byte_arr
Image.from_bytestr(byte_arr)
Utility Functions
are_same_image
are_same_image (image1, image2)
domo_default_img
= Image.from_image_file("../classes/images/128618865.png")
img2 img2
are_same_image(domo_default_img, img2)
images do not match
False