https://github.com/toni08bit/httpimagebuilder
Build a png image line by line, via http post requests
https://github.com/toni08bit/httpimagebuilder
flask png python
Last synced: about 2 months ago
JSON representation
Build a png image line by line, via http post requests
- Host: GitHub
- URL: https://github.com/toni08bit/httpimagebuilder
- Owner: toni08bit
- Created: 2022-01-27T14:45:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T21:36:52.000Z (about 4 years ago)
- Last Synced: 2025-03-14T06:13:37.299Z (over 1 year ago)
- Topics: flask, png, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# httpImageBuilder
Build a png image line by line, via http post requests
## Requirements
- You will need a working version of **flask**
- Confirmed working on Ubuntu 20.04 Focal Fossa with Python3.7 installed
## How it works
This diagram might help you understand.

## How to use
You gotta send the following requests (examples in the demo file):
1. Handshake (Image Size)
2. Line by line (JSON table including RGB-255 format)
3. Render Request (Image Name)