[−][src]Module pconvert_rust::wasm
Web Assembly (WASM) extension, exported functions and type conversions.
Modules
| benchmark | Benchmarking functions of the WASM API exposed |
| conversions | From and to conversions for rust and javascript types. |
| utils | PNG decode/encode and load functions, console log macros, argument parsing from javascript input to inner-crate rust types and other utility functions. |
Functions
| __wasm_bindgen_generated_blendImages | Blends two |
| __wasm_bindgen_generated_blendImagesData | Blends two |
| __wasm_bindgen_generated_blendMultiple | Blends multiple |
| __wasm_bindgen_generated_blendMultipleData | Blends multiple |
| __wasm_bindgen_generated_blendMultipleFs | [NodeJS only]
Blends multiple images read from local file system into one using |
| __wasm_bindgen_generated_blendMultipleFsAsync | [NodeJS only]
Asynchronously blends multiple images read from local file system into one using |
| __wasm_bindgen_generated_getModuleConstants | Returns a JSON object with the module constants (e.g. ALGORITHMS, COMPILER, COMPILER_VERSION, ...). |
| blend_image_buffers | Blends two image buffers using |
| blend_images_data_js | Blends two |
| blend_images_js | Blends two |
| blend_multiple_data_js | Blends multiple |
| blend_multiple_fs | [NodeJS only]
Blends multiple images read from local file system into one using |
| blend_multiple_fs_async | [NodeJS only]
Asynchronously blends multiple images read from local file system into one using |
| blend_multiple_js | Blends multiple |
| get_module_constants_js | Returns a JSON object with the module constants (e.g. ALGORITHMS, COMPILER, COMPILER_VERSION, ...). |