incluse binary BMP un header

Programming, for all ages and all languages.
Post Reply
Yazimat
Posts: 9
Joined: Thu May 09, 2013 8:47 am

incluse binary BMP un header

Post by Yazimat »

IWant to know how to include a bitmap image data in a header file ,Like that sources code http://qumo-oss.googlecode.com/svn/trun ... bootlogo.h
User avatar
bwat
Member
Member
Posts: 359
Joined: Fri Jul 03, 2009 6:21 am

Re: incluse binary BMP un header

Post by bwat »

Write a program to do it. You're seriously asking this question? If you can't write a prorgam to do this and have it running and tested within, say one hour, then you're not going to be able to write an OS.
Every universe of discourse has its logical structure --- S. K. Langer.
Yazimat
Posts: 9
Joined: Thu May 09, 2013 8:47 am

Re: incluse binary BMP un header

Post by Yazimat »

Okey il go to make a program for that , after i finish work
User avatar
bwat
Member
Member
Posts: 359
Joined: Fri Jul 03, 2009 6:21 am

Re: incluse binary BMP un header

Post by bwat »

If you're on a machine with X-Windows then you can run the bitmap program to create and edit bitmaps. It saves automatically in head file format.
Every universe of discourse has its logical structure --- S. K. Langer.
jnc100
Member
Member
Posts: 775
Joined: Mon Apr 09, 2007 12:10 pm
Location: London, UK
Contact:

Re: incluse binary BMP un header

Post by jnc100 »

GIMP can export images to header file or source code format.

Regards,
John.
Post Reply