2003.04.29 16:12 "Newbie Question (StripOffsets/StripByteCount)", by Harring Figueiredo

2003.04.30 15:19 "RE: Newbie Question (StripOffsets/StripByteCount)", by John Carter

sorry about that yea your right, i was getting confused with the way I have it coded.

if(count * size_of_type) > 4)
        its an offset
else
        its a value

re compression: just an example of casting, ive seen the compression type variable being mis-intepreted because it wasn't cast, I sure this holds true for other tags.

jc