-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
There are probably multiple places where we can improve it.
Biggest bottleneck is the border handling (70% of the time is spent there):
Tested with:
import { Image } from 'image-js';
const img = new Image(2000, 1000);
img.gaussianBlur({ sigma: 10 });
console.time('blur')
img.gaussianBlur({ sigma: 10 });
console.timeEnd('blur')
console.log(img);
Metadata
Metadata
Assignees
Labels
No labels