https://github.com/napattnpp/bb64u8
Image encode/decode
https://github.com/napattnpp/bb64u8
image image-decoding image-encoding
Last synced: 2 months ago
JSON representation
Image encode/decode
- Host: GitHub
- URL: https://github.com/napattnpp/bb64u8
- Owner: Napattnpp
- Created: 2025-01-21T16:32:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T14:42:14.000Z (2 months ago)
- Last Synced: 2025-03-12T15:29:18.927Z (2 months ago)
- Topics: image, image-decoding, image-encoding
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Usage
- Cloen repository ```git clone https://github.com/Napattnpp/BB64U8.git```
- Import
- Under BB64U8 ```from Module.bb64u8 import BB64U8```
- Outside BB64U8 ```from BB64U8.Module.bb64u8 import BB64U8```
- Copy module file to your project (optional)```cp ./BB64U8/Module/bb64u8.py ```