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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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!