Skip to main content

Image to base64 and back.

Project description

Library for converting RGB / Grayscale numpy images from to base64 and back.

Installation

pip install -U image_to_base_64

Conversion

RGB to base 64

base64 = rgb2base64(rgb_image, image_format)

where image format is JPEG, PNG

Grayscale to base 64

base64 = grayscale2base64(grayscale_image)

Base64 to RGB image

rgb_image = base64_to_rgb(base64)

Base64 to Grayscale image

grayscale_image = base64_to_grayscale(base64)

Issues

For some reason I cannot convert RGB image to JPEG representation in base 64 and back without losses. => test only for PNG and not JPEG

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

base64_to_image-0.0.1.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file base64_to_image-0.0.1.tar.gz.

File metadata

  • Download URL: base64_to_image-0.0.1.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.13

File hashes

Hashes for base64_to_image-0.0.1.tar.gz
Algorithm Hash digest
SHA256 fc8e3249a692e357aca115f92b735956f2ab66dafb08971b6ee80dc9ab2eca8f
MD5 d3c37020e5b64f38848857bee54dd388
BLAKE2b-256 e556eeb788e9e7ebef06c2b377e231347a5606c4293ab04e62f1b5f0aab5977d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page