imageio: How to increase quality of output gifs?
问题 I have a list of .png (PIL) images I want to string together into an animated gif To do this, I am currently using the imageio library However, I cannot find a way to do this to produce good quality gifs As far as I know, there are two types of settings I can change. The imageio.imread() settings for reading .pngs, and the imageio.mimwrite() settings for writing gifs. According to imageio.help() , imageio.imread() has one read paramter only for PNG-PIL , ignoregamma which takes a boolean.