[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
From: |
lucio |
Subject: |
Re: [avr-chat] Storing B&W bitmap images into Flash : file format |
Date: |
Sun, 10 Jan 2010 06:23:28 +0200 |
> Is there a file format which (aside from the
> necessary header which is easy to skip) does not "pollute" the
> picture data with CRC's or other unwanted/annoying bytes, so one can
> read it in a simple/linear fashion ?
<http://plan9.bell-labs.com/magic/man2html/6/image> may be a bit
unorthodox, but it was designed with embedded systems in mind. You
can either check the header to make sure your code can deal with it,
or cleverly interpret it for different format alternatives, or a
mixture of the two.
++L
- [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Vincent Trouilliez, 2010/01/09
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format,
lucio <=
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Marge Coahran, 2010/01/09
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, David Kelly, 2010/01/09
- Re: [avr-chat] Storing B&W bitmap images into Flash : file format suggestion ?, Jim Brain, 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 ?, Juergen Harms, 2010/01/10