https://github.com/michdo93/python-bytes-image-conversion
Python files for convert a bytes file to an image and vice versa
https://github.com/michdo93/python-bytes-image-conversion
Last synced: about 2 months ago
JSON representation
Python files for convert a bytes file to an image and vice versa
- Host: GitHub
- URL: https://github.com/michdo93/python-bytes-image-conversion
- Owner: Michdo93
- Created: 2022-08-13T08:57:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T15:13:57.000Z (almost 4 years ago)
- Last Synced: 2025-03-04T00:45:36.201Z (over 1 year ago)
- Language: Python
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Bytes-Image-Conversion
Python files for convert a bytes 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.