Metadata-Version: 2.1
Name: img64
Version: 0.0.2
Summary: This library is a tool for converting images to base64 encoding and vice versa.
Home-page: https://github.com/gibiee/img64
Download-URL: 
Author: gibiee
Author-email: gibiee@naver.com
License: MIT
Keywords: image,base64,image_base64
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <img src="https://github.com/gibiee/img64/assets/37574274/1e4ba6f4-776d-4e84-b589-09f75d64d175" width="50%" height="50%" />
</p>

This library is a tool for converting images to base64 encoding and vice versa.

- It was implemented by referencing [ternaus/base64ToImageConverters](https://github.com/ternaus/base64ToImageConverters).
  - The referenced code didn't ensure data consistency, so this code improves that issue.
  - This code enhances user convenience in handling both RGB and grayscale images.
