BinaryImageSource Interface

An ImageSource encoded in binary form as a Jpeg or Png, as opposed to one encoded in string format as an Svg. Only binary ImageSources can be used for Textures stored in IModelDbs.

Properties

Name Type Description
data Readonly Uint8Array The image data encoded according to format.  
format Readonly Jpeg | Png The format in which the data is encoded.  

Defined in

Last Updated: 21 February, 2025