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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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!