get.mipmap.data.lengths {wal} | R Documentation |
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)
Arguments
mm0_width |
integer, width of mipmap 0 |
mm0_height |
integer, height of mipmap 0 |
Value
integer vector of length 4, the lengths.
[Package wal version 0.1.1 Index]