Skip to content

Commit

Permalink
✨ Add adaptive sharpen filter by bacondither
Browse files Browse the repository at this point in the history
Heavily adapted by me, *sigh*
  • Loading branch information
CosmoMyzrailGorynych committed Apr 14, 2019
1 parent 2714884 commit 522037b
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/blocks/processing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ const gammaCorrection = <IBlockTemplate>{
};

const {fastSharpen} = require('./processing/fastSharpen.js');
const {adaptiveSharpen} = require('./processing/adaptiveSharpen.js');
const {computeNormals, computeNormalsPixels} = require('./processing/normals.js');
const {gaussianBlur} = require('./processing/blur.js');
const {simpleShader} = require('./processing/shaders.js');
Expand All @@ -280,6 +281,7 @@ module.exports = {
brightnessContrast,
gammaCorrection,
fastSharpen,
adaptiveSharpen,
gaussianBlur,
bilateralFilter,
median,
Expand Down
Loading

0 comments on commit 522037b

Please sign in to comment.