A lightweight CLI tool that converts image files to Base64 strings directly from the terminal.
297
convertimagebase64 is a minimal and efficient Dockerized CLI tool that allows developers and designers to convert image files into Base64 format. It is ideal for embedding small images directly into HTML, CSS, or JSON responses for APIs.
Run the container with your image folder mounted:
docker run -it --rm -v "C:\Path\To\Your\Images:/data" potatodockerhub/convertimagebase64
Then, when prompted:
Enter the path of the image:
/data/image.png
Your Base64 string will be generated instantly.
Image file located at:
C:\Path\To\Your\Images\image.png
Run:
docker run -it --rm -v "C:\Path\To\Your\Images:/data" potatodockerhub/convertimagebase64
Enter:
/data/image.png
And receive the Base64 output on screen.
Based on .NET SDK 8.0 / Debianโ , built with simplicity and performance in mind.
MIT License โ Free for personal, educational, and commercial use.
Made with โค๏ธ by potatoscript ๐โ | Docker Hub: potatodockerhub
Content type
Image
Digest
sha256:6ed9cdeb3โฆ
Size
74.5 MB
Last updated
over 1 year ago
docker pull potatodockerhub/convertimagebase64