Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

IMAGE TO JSON ENCODER
=======================

Author: Aman Kumar @alpha74

INPUT:
- Image file

OUTPUT:
- 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.