Converts bitmap file to c/c++ files (usefull for embedded systems with GUI). The color encoding is fully configurable (for example 16bit 5/6/5) and a "preview" bmp file is generated to show how much the picture is altered by the information reduction
Features
- color encoding fully configurable (lossless and lossy encoding possible)
- generates a preview bmp at same time as c source file
License
BSD LicenseFollow bmp2c
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
-
Great project! needed to convert BMPs to 0RGB format packed in 16 bits and this is the only program I found that can do this. One minor quirk is that my images appear rotated counter-clockwise by 90 deg. I can live with that, but it would be good to have a rotate feature or to specify X,Y encoding order. Thanks!