800 Byte Header on Blobs ???

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: 800 Byte Header on Blobs ???

Post by el_supremo »

That's the GIF header. The blob looks the same as if an entire GIF image, including the header, had been read into memory.
For a description of the header see, for example:
http://ptolemy.eecs.berkeley.edu/eecs20 ... s/gif.html
768 bytes of that 800 bytes is the colour table - 256 colours x 3 bytes per colour

Pete
Post Reply