Learn efficient image processing techniques in Python, including encoding images to base64 format, converting numpy.ndarray images to base64, and measuring image size in memory.

3m read time From annacsmedeiros.medium.com
Post cover image
Table of contents
Welcome! Here, we will explore some very useful image processing techniques in Python.Understanding Image CompressionEncoding Images to Base64 Without LossEncoding a Numpy.ndarray Image to Base64Decoding Base64 back to Numpy.ndarrayMeasuring Image Size in Memory

Sort: