http://www.kaudel.de/projekte/GIFundPNG.pdf">http://www.kaudel.de/projekte/GIFundPNG.pdfUnd hier die Spezifikation
https://www.w3.org/Graphics/GIF/spec-gif87.txt">https://www.w3.org/Graphics/GIF/spec-gif87.txtGut für die GIF-Signatur muss ich einen String erzeugen
"GIF87a"
#include <stdio.h> #include <string.h> char gif [4096]; int main (void) { strcpy (gif, "GIF87a"); }