https://github.com/sanzaru/image-to-base64
ImageToBase64 is a simple, free to use image encoding utility that lets you convert your local image files to base64 code for use in HTML image tags, emails, etc.
https://github.com/sanzaru/image-to-base64
base64 base64image data-url encoder image macos swift
Last synced: 2 months ago
JSON representation
ImageToBase64 is a simple, free to use image encoding utility that lets you convert your local image files to base64 code for use in HTML image tags, emails, etc.
- Host: GitHub
- URL: https://github.com/sanzaru/image-to-base64
- Owner: sanzaru
- License: apache-2.0
- Created: 2020-06-27T07:28:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T20:07:27.000Z (9 months ago)
- Last Synced: 2024-08-23T21:33:25.200Z (9 months ago)
- Topics: base64, base64image, data-url, encoder, image, macos, swift
- Language: Swift
- Homepage: https://imagetobase64.seriousmonkey.de/
- Size: 2.08 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image To Base64 Encoder
This is the repository for the ImageToBase64 app which can be found on the [Mac App Store](https://apps.apple.com/us/app/image-to-base64-encoder/id1479205687).
## 📌 Description
ImageToBase64 is a simple, secure, fast and free to use image encoding utility that lets you encode your local image files to base64 code for use in HTML image tags, emails, web pages.### Project goals:
- **👍 Simple:** Simply drag & drop your image on the app window or dock icon - that's all. It just works.
- **🔐 Secure:** No data transmissions, tracking or data mining - **what happens on your device, stays on your device.**
- **🚀 Fast:** No fancy bloating stuff. The app only includes what it needs.> ⚠️ The app is distributed **only** over the Mac App Store. There are no stand alone download links available. If you want to avoid the app store, you'll have to build the app yourself.
## 📋 Features:
- Supported image formats: JPG, PNG, GIF, BMP, HEIF, TIFF and SVG
- Encode to PNG, JPG or SVG (if input file was SVG) base64 code
- Show generated code directly in data URL format
- Copy the base64 automatically to your clipboardMore information, screenshots, etc. can be found on: [https://imagetobase64.seriousmonkey.de](https://imagetobase64.seriousmonkey.de)
## 💻 System requirements:
- Mac OS 11 or higher
## Assets
All assets are made with Gravit Designer: [https://www.designer.io/en/](https://www.designer.io/en/)