get.mipmap.data.offsets: Get mipmap offsets for WAL header, based on mipmap sizes and...

Description Usage Arguments Value

View source: R/image_to_wal.R

Description

Get mipmap offsets for WAL header, based on mipmap sizes and start offset.

Usage

1
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.


wal documentation built on Jan. 17, 2021, 5:10 p.m.