Searched defs:createPixelMap (Results 1 – 1 of 1) sorted by relevance
4674 …function createPixelMap(colors: ArrayBuffer, options: InitializationOptions, callback: AsyncCallba… function7676 createPixelMap(options?: DecodingOptions): Promise<PixelMap>; method7712 createPixelMap(callback: AsyncCallback<PixelMap>): void; method7756 createPixelMap(options: DecodingOptions, callback: AsyncCallback<PixelMap>): void; method