Discussion of: How to Convert an Image from PNG to JPG or WebP in Memory using Python / Pillow

Return to Article
  1. Visitor

    This was awesome. It accomplished exactly what I wanted to do, in my case essentially extract a single JPEG from an MPO, but without saving a file to disk. I didn't know about doing a save to a buffer, so thanks for showing the way.