Pix3lIconv
Pix3lIconv is a versatile image format converter built with C++ and Qt. It supports conversion between PNG, JPEG, and SVG formats, with dedicated support for ICO output — ideal for creating application icons.
Repository: github.com/Pix3ltools-lab/pix3liconv
Tech Stack
- Language: C++
- UI Framework: Qt
- Platform: Windows, macOS, Linux
Building from Source
Prerequisites
- Qt 6 or later
- CMake 3.16 or later
- C++17 compatible compiler
Build
git clone https://github.com/Pix3ltools-lab/pix3liconv.git
cd pix3liconv
mkdir build && cd build
cmake ..
cmake --build . --config Release
For more details, refer to the README in the repository.