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
- Host: GitHub
- URL: https://github.com/michdo93/python-base64-image-conversion
- Owner: Michdo93
- Created: 2022-04-24T11:58:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T09:29:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T06:20:04.851Z (over 1 year ago)
- Language: Python
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.