expand.rawdata.to.mipmaps {wal} | R Documentation |
Given the pixel data for the largest image, generate the full data for all mipmaps.
Description
Given the pixel data for the largest image, generate the full data for all mipmaps.
Usage
expand.rawdata.to.mipmaps(raw_data_mip_level0, width, height, byrow = TRUE)
Arguments
raw_data_mip_level0 |
integer vector or matrix, the image data for the largest mipmap. |
width |
integer, width of image for mip level 0 |
height |
integer, width of image for mip level 0 |
[Package wal version 0.1.1 Index]