Hacker News new | ask | show | jobs
by rojabuck 5317 days ago
A clear & approachable piece of documentation. What a fantastic resource a library of such documents, for numerous major data formats, would be.
2 comments

I'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://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 :-/

I 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.