An open API service indexing awesome lists of open source software.

https://github.com/michdo93/python-base64-image-conversion

Python files for convert a base64 binary file to an image and vice versa
https://github.com/michdo93/python-base64-image-conversion

Last synced: over 1 year ago
JSON representation

Python files for convert a base64 binary file to an image and vice versa

Awesome Lists containing this project

README

          

# Python-Base64-Image-Conversion
Python files for convert a base64 binary file to an image and vice versa

Please notice that this is a simple example of the algorithm. You have to change the path and the filename inside the python code. Maybe you will rewrite the code and add argparse and you read the files from command line.