Logo


search API (or start typing anywhere)


ImageDataOptions

snow.types.ImageDataOptions defined in snow.types.Types

Information about an image file/data


typedef


 

Members


width_actual
width_actual : Int
The actual width, used when image is automatically padded to POT
width
width : Int
image width from source image
pixels
pixels : snow.api.buffers.Uint8Array
image pixel data
id
id : String
source asset id
height_actual
height_actual : Int
The actual height, used when image is automatically padded to POT
height
height : Int
image height from source image
bpp_source
bpp_source : Int
source bits per pixel
bpp
bpp : Int
used bits per pixel