Page 1 of 1

Re: Convert to raw binary format with 8 bits per pixel

Posted: 2009-03-15T20:53:30-07:00
by anthony
If PBM gives almost what you want with just the two byte header and the size information, then you could use the 'dd' command to stream filter that header (see manpage for dd and the 'skip' option.


There are lots of ways to skin a cat, and what method you use depends
on what you want that skin for, and how messy you like the results!