4 ms·
A clear & approachable piece of documentation. What a fantastic resource a library of such documents, for numerous major data formats, would be.
by rojabuck 15y ago
A clear & approachable piece of documentation. What a fantastic resource a library of such documents, for numerous major data formats, would be.
- jayfuerstenberg 15y agoI remember reading tomes to understand how to parse BMPs and PICs back in the DOS days for display in Mode 13h. If I had an articulate page like this my life would've been a lot easier.
- pan69 15y ago1600 pages of goodness. http://www.amazon.com/Programmers-Guide-EGA-Super-Cards/dp/0201624907/ref=sr_1_sc_2?s=books&ie=UTF8&qid=1322132918&sr=1-2-spell http://www.amazon.com/Programmers-Guide-EGA-Super-Cards/dp/0...
- sandal 15y agoI've thought about writing a book on that.I've had to implement bits and pieces of PDF,PNG,JPG,and TTF and learning this stuff has been fascinating. I did write one article and also did a short video on this stuff, but could think about expanding that if there is sufficient interest. http://www.youtube.com/watch?v=BLnOD1qC-Vo http://www.youtube.com/watch?v=BLnOD1qC-Vo http://practicingruby.com/articles/shared/oelhlibhtlkx http://practicingruby.com/articles/shared/oelhlibhtlkx My work so far has been in Ruby but I'd probably want to at least look into how to do this sort of stuff in C or some other low level language, because things like alpha channel splitting in PNG is painfully slow :-/