Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@jimp/plugin-gaussian

jimp-dev4.7mMIT0.22.12TypeScript support: included

gaussian blur an image.

readme

@jimp/plugin-gaussian

Gaussian blur an image.

Applies a true Gaussian blur to the image (warning: this is VERY slow)

Usage

  • @param {number} r the pixel radius of the blur
  • @param {function(Error, Jimp)} cb (optional) a callback for when complete
import jimp from "jimp";

async function main() {
  const image = await jimp.read("test/image.png");

  image.gaussian(15);
}

main();

changelog

v0.22.1 (Mon Feb 06 2023)

🏠 Internal

Authors: 1


v0.21.0 (Sun Feb 05 2023)

Release Notes

Babel Refactor (#1149)

Marking this as a "breaking release" because it might change what deps need to be installed.

All modules should be exported as valid cjs and esm

CleanShot 2023-02-04 at 18 19 27


💥 Breaking Change

Authors: 1


v0.16.3 (Sat Feb 04 2023)

⚠️ Pushed to main

Authors: 1


v0.11.0 (Fri May 15 2020)

🚀 Enhancement

Authors: 1


v0.9.3 (Tue Nov 26 2019)

🐛 Bug Fix

  • @jimp/cli, @jimp/core, @jimp/custom, jimp, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-gaussian, @jimp/plugin-invert, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-scale, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/plugins, @jimp/test-utils, @jimp/bmp, @jimp/gif, @jimp/jpeg, @jimp/png, @jimp/tiff, @jimp/types, @jimp/utils

Authors: 2