[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-chat] Storing B&W bitmap images into Flash : file format sugges
From: |
Vincent Trouilliez |
Subject: |
Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ? |
Date: |
Fri, 15 Jan 2010 00:15:59 +0100 |
Thanks Joerg and Jim !
> If uncompressed B&W is the format, grab ImageMagick and install. Then do:
> convert filename.jpg myfile.xbm
> The XBM image format (X bitmap format) is exactly a C source file:
I tried xbm under Gimp but it produces an array of 16bit integers
rather than bytes. I will try producing the xbm file using ImageMagik
as you suggest, maybe it produces an array of bytes, worth a look !
If not, well nevermind, you and others have given me plenty enough
information and code samples to sort me out "manually" so to speak.
Thanks again everyone for all the help, I must confess I am a little
overwhelmed by so many useful replies, I am lucky ! :-D
Regards,
--
Vince
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, (continued)
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Vincent Trouilliez, 2010/01/10
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Daniel O'Connor, 2010/01/10
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Vincent Trouilliez, 2010/01/12
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Daniel O'Connor, 2010/01/12
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Vincent Trouilliez, 2010/01/12
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Dustin Lang, 2010/01/12
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Daniel O'Connor, 2010/01/12
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Vincent Trouilliez, 2010/01/12
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Joerg Wunsch, 2010/01/13
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Jim Brain, 2010/01/13
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?,
Vincent Trouilliez <=
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Galen Seitz, 2010/01/14
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Vincent Trouilliez, 2010/01/14
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, David Kelly, 2010/01/14
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Vincent Trouilliez, 2010/01/14