R/read-bmp.R
ConvertIntToUInt.Rd
This is really just to fix a limitation of readBin/R's 32 bit signed ints
ConvertIntToUInt(x, adjustment = 2^32)
Number to be fixed
number to be added to convert to uint32 (2^32 by default)
numeric value of uint32
readBin
jefferis