i2b

Convert image into base64 string and store into the txt file


Keywords
image, base64, jpg, png, jpeg, TIF, tool
License
GPL-3.0
Install
pip install i2b==2.2.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