Hacker News new | ask | show | jobs
by actionfromafar 1254 days ago
I always used PCX for some reason I can't remember.
2 comments

I once wrote a PCX decoder in Pascal outputting VGA w/mode 13. The cool part for me was it had run length encoding, which I was able to figure out trivially just reading the spec. May not have been the most efficient, but way easier than trying to figure out GIF!
Possibly because it was also used by Andre LaMothe's original Tricks of the Game Programming Gurus book?