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
nel_h2
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
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!