图像¶ 图像处理工具。 函数 change_to_rgba_array(image, dtype='uint8')[源]¶ 将 RGB 数组转换为 RGBA,并将 Alpha 值不透明度设为最大。 参数: image (RGBPixelArray) dtype (str) 返回类型: RGB像素数组 drag_pixels(frames)[源]¶ 参数: frames (list[array]) 返回类型: list[array] get_full_raster_image_path(image_file_name)[源]¶ 参数: image_file_name (str | PurePath) 返回类型: 路径 get_full_vector_image_path(image_file_name)[源]¶ 参数: image_file_name (str | PurePath) 返回类型: 路径 invert_image(image)[源]¶ 参数: image (array) 返回类型: <module ‘PIL.Image’ from ‘/home/docs/checkouts/readthedocs.org/user_builds/manimce/envs/stable/lib/python3.13/site-packages/PIL/Image.py’>