SYMBOL INDEX (13 symbols across 3 files) FILE: src/image_handler.py class Image_handler (line 5) | class Image_handler(object): method __init__ (line 6) | def __init__(self,image): method get_image (line 10) | def get_image() -> str: method convert_bandw (line 19) | def convert_bandw(self,mode) -> None: method invert (line 29) | def invert(self,image) -> None: method resize (line 36) | def resize(self,value:int) -> None: method update_array (line 51) | def update_array(self) -> np.array: FILE: src/mouse_automate_black.py class Mouseomate (line 4) | class Mouseomate(object): method image_to_lines (line 9) | def image_to_lines(image_array: numpy.array, offset:int, rsleep:int, l... FILE: src/mouse_automate_color.py function closest_color (line 5) | def closest_color(color, palette): function change_color (line 21) | def change_color(color,app): class Mouseomate (line 49) | class Mouseomate(object): method image_to_lines (line 54) | def image_to_lines(image_array: numpy.array, offset:int, rsleep:int, l...