Images

manimlib/utils/images.py 这个文件中主要处理了图片文件的读取


manimlib.utils.images.get_full_raster_image_path(image_file_name: str) → str

使用 seek_full_path_from_defaults 获取图片位置

  • 默认文件夹 assets/raster_images/

  • 扩展名: [.jpg, .png, .gif]


manimlib.utils.images.drag_pixels(frames: Iterable) → list

拖拽像素 (没啥用)


manimlib.utils.images.invert_image(image: Iterable) → Image

反转图像