Application that allows you to open an image, and shows it and its color-inverted translation.
It is an example of the dark-mode option that I am just adding to my applications applied to a simple image.
The translation that it is done over every pixel is the same for every color component and is the following:
R = 255 - R
G = 255 - G
B = 255 - B
That means that if the translation is done twice, we obtain the original color.
It also includes the possibility to zoom the view, just in case the user is using high density screens (4K screen of something like that).
It also includes the option to apply dark mode
License
GNU General Public License version 3.0 (GPLv3), GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow InvertImage
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of InvertImage!