Apr-25-2018, 03:19 AM
I am writing a python program that applies filters to images. I am running an image through two different functions. One of them only takes .bmp files and the other doesn't take .bmp files but can take .gif or .ppm files. How do I convert the image from .bmp to .gif before running it through the second function.