🚀 Soldered Image Converter - v1.0.0
We're excited to introduce the Soldered Image Converter. This is the initial release of our tool designed to help you convert images to C++/Arduino compatible byte arrays, making it easy to display them on Soldered displays (Inkplate, LCD, Nokia display...).
🎨 Key Features
- Multiple Image Conversion: Convert multiple images to byte arrays in one go (up to 10).
- Bit Depth Options: Choose between 1-bit (black and white) or 4-bit (grayscale) conversion modes.
- Threshold Adjustment: Easily adjust the black and white threshold.
- Image Resizing & Renaming: Resize and rename images directly within the tool.
- Batch Export: Export all converted files to a specified folder with a single click.
🛠 Installation & Usage
This release includes a build for Windows. If you prefer to run the tool as a Python script, you can do so by installing the dependencies listed in requirements.txt
. This tool was developed and tested on Python 3.10.
🐞 Found a Bug?
If you encounter any bugs or issues, please don't hesitate to open a GitHub issue. Your feedback helps us improve the tool!