img2b64

Convert image to base64 txt file


Keywords
base64, image, tool
License
GPL-3.0
Install
pip install img2b64==1.0.1

Documentation

IMAGE TO BASE64 STRING

Convert Image into base64 format.

Supprted image format is:

  • jpg
  • png
  • jpeg
  • JPG
  • JPEG
  • TIF

Install Package

Install package from pypi.org

pip install i2b

Usage

i2b -h
usage: i2b [-h] [-i IMG]

Convert Image into base64 format, supported format is jpg and png.

optional arguments:
  -h, --help         show this help message and exit
  -i IMG, --img IMG  Input image or image path to convert into base64