Re: Converting .BMP to a data file without a header.
- Posted by Daniel Berstein <architek at GEOCITIES.COM> May 29, 1997
- 869 views
Ricardo Niederberger Cabral wrote: > image format, much smaller since it wouldn't contain the color table, > bitcount, etc... > Does someone here have this kind of code ? Try using my compression routines. If images are small, you'll not even notice the uncompressing time. They're coded to compress files, but the algorithm can easily modified to input filean and output to memory. Experiment with them. Bye, Daniel Berstein