Skip to content

Converts Image file to Descriptive JSON file with image as base64 string, which can be used as a payload.

Notifications You must be signed in to change notification settings

alpha74/Image_to_JSON_encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Converts Image file to Descriptive JSON file with image as base64 string, which can be used as a payload.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages