Socket
Book a DemoInstallSign in
Socket

glur

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glur - npm Package Compare versions

Comparing version

to
1.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

1.1.1 / 2015-11-10
------------------
- Fixed line buffer size for mono blur when vertical images used.
1.1.0 / 2015-11-05

@@ -2,0 +8,0 @@ ------------------

2

mono16.js

@@ -111,3 +111,3 @@ // Calculate Gaussian blur of an image using IIR filter

var out = new Uint16Array(src.length),
tmp_line = new Float32Array(width);
tmp_line = new Float32Array(Math.max(width, height));

@@ -114,0 +114,0 @@ var coeff = gaussCoef(radius);

{
"name": "glur",
"description": "Fast Gaussian Blur in pure JavaScript, via IIR filer. Speed does not depend on blur radius.",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [

@@ -6,0 +6,0 @@ "blur",

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.