bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] chunk length specified across bytes


From: alexweiner
Subject: [Bug-apl] chunk length specified across bytes
Date: Tue, 08 Sep 2015 20:41:46 -0700
User-agent: Workspace Webmail 5.15.9

Hi Bug APL,

The PNG spec says that the length of a "chunk" (their term, not mine) is specified in the first four bytes of the file. When I read it in, the first four values are :
0 0 32 0

and the length is almost certainly not 32. 

A smaller chunk that was 4 had its first four bytes as:
0 0 0 4

What is the weighting given to these values (if that even is the right question to ask)?

-Alex 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]