
* Implement alpha premultiplication * Add benchmark to resize * Only display "Premultiply alpha" if it's one of the rust resize types. * Add comment about division by zero
9 lines
239 B
JSON
9 lines
239 B
JSON
{
|
|
"name": "resize",
|
|
"scripts": {
|
|
"build:image": "docker build -t squoosh-resize .",
|
|
"build": "docker run --rm -v $(pwd):/src squoosh-resize ./build.sh",
|
|
"benchmark": "v8 --no-liftoff --no-wasm-tier-up ./benchmark.js"
|
|
}
|
|
}
|