Learn R Programming

wal (version 0.1.0)

get.mipmap.data.lengths: Compute length of mipmaps in bytes from width and height of largest image (mipmap0).

Description

Compute length of mipmaps in bytes from width and height of largest image (mipmap0).

Usage

get.mipmap.data.lengths(mm0_width, mm0_height)

Value

integer vector of length 4, the lengths.

Arguments

mm0_width

integer, width of mipmap 0

mm0_height

integer, height of mipmap 0