MCPcopy Index your code
hub / github.com/davidsonfellipe/lena.js

github.com/davidsonfellipe/lena.js @v0.8.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.8.0 ↗ · + Follow
37 symbols 64 edges 38 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Lena.js

Tiny library for image processing.

Codeclimate MIT license NPM

Install via NPM

npm install lena.js --save

Install via yarn

yarn add lena.js

Run demo

yarn demo

Demo

https://fellipe.com/demos/lena-js/

Demo

Current filters

  • Canny
  • Gaussian
  • Grayscale
  • Highpass
  • Invert
  • Laplacian
  • Mirror
  • Noise
  • Prewitt
  • RGB
  • Roberts
  • Saturation
  • Sepia
  • Sharpen
  • Sobel
  • Thresholding
  • Lowpass 3x3
  • Lowpass 5x5

Author

Davidson Fellipe

Davidson Fellipe

Tutorials

Contribute

Anyone and everyone is welcome to contribute. See some developers that helped.

License

Code is under MIT license

Core symbols most depended-on inside this repo

convolution
called by 12
lib/operations/convolution.js
truncate
called by 3
lib/utils/truncate.js
printCanvas
called by 2
lib/utils/printCanvas.js
getImage
called by 1
lib/utils/getImage.js
thresholding
called by 1
lib/filters/thresholding.js
bigGaussian
called by 1
lib/filters/bigGaussian.js
laplacian
called by 1
lib/filters/laplacian.js
sobelVertical
called by 1
lib/filters/sobelVertical.js

Shape

Function 37

Languages

TypeScript100%

Modules by API surface

docs/assets/js/runner/config-chart.js2 symbols
lib/utils/truncate.js1 symbols
lib/utils/redrawCanvas.js1 symbols
lib/utils/printCanvas.js1 symbols
lib/utils/histogram.js1 symbols
lib/utils/getImage.js1 symbols
lib/utils/filterImage.js1 symbols
lib/operations/nonMaximumSuppression.js1 symbols
lib/operations/gradient.js1 symbols
lib/operations/convolution.js1 symbols
lib/filters/thresholding.js1 symbols
lib/filters/sobelVertical.js1 symbols

For agents

$ claude mcp add lena.js \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page