awesome-cpp icon indicating copy to clipboard operation
awesome-cpp copied to clipboard

eikon - Image Processing Library

Open giovanni-iannaccone opened this issue 3 months ago • 0 comments

Hi, I’d like to suggest adding eikon to the Image Processing section. Why eikon ?

  • It’s a lightweight C++ library for image manipulation (PNG/BMP/PPM) with no external dependencies (not even stb_image).
  • Designed for simplicity and creative use cases, especially generative art and CLI tools.
  • Includes a built-in command-line interface for quick image generation and scripting.
  • Cross-platform and easy to integrate into small projects or educational environments.

The project is actively maintained and well-documented, with examples and a clear API. It could be a useful addition for developers looking for a minimal alternative to heavier frameworks.

Thanks for considering it! https://github.com/giovanni-iannaccone/eikon

giovanni-iannaccone avatar Sep 19 '25 08:09 giovanni-iannaccone