Documentation

Overview

Not much going on here, just a few implementations, uses and comments:

C++ code:


static const char gif1x1t[] = "\
\x47\x49\x46\x38\x39\x61\x01\x00\x01\
\x00\x80\x00\x00\xff\xff\xff\xff\xff\
\xff\x21\xf9\x04\x01\x0a\x00\x01\x00\
\x2c\x00\x00\x00\x00\x01\x00\x01\x00\
\x00\x02\x02\x4c\x01\x00\x3b\x00
";


file identifies this as: GIF image data, version 89a, 1 x 1

identify (from ImageMagick) identifies this as: GIF 1x1 1x1+0+0 PseudoClass 2c 8-bit 44b

Neither these or other programs seem to have an issue if the last "\x00" is left off... but I left it in here as that is what GIMP put in the file -- and I figure GIMP knows best