animated gif - GIF specification unsigned definition -
In the GIF specification, here:
This 'bytes' I accept naturally, unsigned characters. If this is the case, then it says that when it says 'unsigned'? Uncredited ... what? The exact definition is important because it tells me how many bytes they read.
Thank you for your time.
"unsigned" in the specification refers to a 16-bit integer, at least the significant byte with.
It should be kept in mind that, in C, there is a synonym for unsigned from itself
unsigned int , and at that time the GIF specification was written, It was possibly fair to believe that
int beats on most machines, so it is not completely unfair that they should not define the conditions they were using.
Comments
Post a Comment