pptx-downsizer
pptx-downsizer copied to clipboard
Convert svg files to png for Pillow
Pillow throws an exception when reading svg files. This change simply converts svg files to png in-memory so that Pillow can read it and process it as normal with the existing logic.