ImageConverter is a simple application designed to convert images of various formats (currently supporting .bmp, .png, and .ico) into the BMP format using a custom implementation of the bitmap structure with the ability to specify color depth. The core logic is implemented in the BitmapEncode class library. Additional projects demonstrate the application of algorithms on other platforms.
Currently, two platforms are supported:
Windows, via WinForms.
Android, using MAUI. The Android version also includes features for applying filters to images and cropping them.
Below are screenshots of the Android version's interface:











