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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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!