get.mipmap.data.offsets {wal} | R Documentation |
Get mipmap offsets for WAL header, based on mipmap sizes and start offset.
Description
Get mipmap offsets for WAL header, based on mipmap sizes and start offset.
Usage
get.mipmap.data.offsets(mm0_width, mm0_height, start_at = 100L)
Arguments
mm0_width |
integer, width of mipmap 0 |
mm0_height |
integer, height of mipmap 0 |
start_at |
integer, the offset at which the data starts in the file. Must be 100L for WAL format. |
Value
integer vector of length 4, the offsets.
[Package wal version 0.1.1 Index]