Learn R Programming

wal (version 0.1.0)

get.mipmap.data.offsets: 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)

Value

integer vector of length 4, the offsets.

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.