📅  最后修改于: 2022-03-11 14:45:31.075000             🧑  作者: Mango
Steps:
Use urllib to read the gif from web,
Use imageio.mimread to load the gif to nump.ndarray(s).
Change the channels orders by numpy or OpenCV.
Do other image-processing using OpenCV