Let's Code MS DOS 0x0C: Loading GIF Images

Channel:
Subscribers:
7,950
Published on ● Video Link: https://www.youtube.com/watch?v=H_08Jx4rVu8



Duration: 48:07
1,310 views
40


This part of the Let's Code MS DOS series is a bit different. We discuss how the GIF image compression works and will actually load a GIF file and display it on the VGA card. Since the decode is several hundred lines of code, I don't code it from scratch, but rather show you the finished product and do a walk through, explaining the algorithm.

Support me on Patreon: https://www.patreon.com/root42
Support me on Ko-Fi: https://ko-fi.com/root42

Source: https://gist.github.com/root42/41d4abf1cc9fe3836c98b2ce21adf85e
Original sources: http://www.shdon.com/dos/gfx/formats
W3C GIF Spec: https://www.w3.org/Graphics/GIF/spec-gif89a.txt

Long Stroll von Kevin MacLeod ist unter der Lizenz "Creative Commons Attribution" (https://creativecommons.org/licenses/by/4.0/) lizenziert.
Quelle: http://incompetech.com/music/royalty-free/index.html?isrc=USUAN1100174
Künstler: http://incompetech.com/







Tags:
gif
msdos
letscode