Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alpha74/image_to_json_encoder
Converts Image file to Descriptive JSON file with image as base64 string, which can be used as a payload.
https://github.com/alpha74/image_to_json_encoder
base64 image-converter image-processing json json-api json-encoder python
Last synced: 13 days ago
JSON representation
Converts Image file to Descriptive JSON file with image as base64 string, which can be used as a payload.
- Host: GitHub
- URL: https://github.com/alpha74/image_to_json_encoder
- Owner: alpha74
- Created: 2019-03-20T14:11:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T19:12:24.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T16:42:02.949Z (2 months ago)
- Topics: base64, image-converter, image-processing, json, json-api, json-encoder, python
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IMAGE TO JSON ENCODER
=======================Author: Aman Kumar @alpha74
INPUT:
- Image fileOUTPUT:
- Image of new resolution
- JSON file having attributes of new file (image64, size, resolution)
DETAILS:
- Works with JPEG images.
- image64 is the Base64 encoding of the image.
- Code can be modified easily to work with commandline image filename.