Test case name | Result |
---|---|
Crop and Resize using createImageBitmap, currently bugged in FF 111.0 | |
Crop and Resize using Canvas scaling, usually somewhat slow | |
No cropping or scaling on main thread, assume ImageBitmap will be transferred to worker (note: not actually transferred in this benchmark) |
Test name | Executions per second |
---|---|
Crop and Resize using createImageBitmap, currently bugged in FF 111.0 | 5782219.0 Ops/sec |
Crop and Resize using Canvas scaling, usually somewhat slow | 2614264.2 Ops/sec |
No cropping or scaling on main thread, assume ImageBitmap will be transferred to worker (note: not actually transferred in this benchmark) | 6123214.0 Ops/sec |