Online version of the lenna image processing app.
Lenna is a library for image processing algorithms. The web page allows to test and use them.
Lenna allows to plug in more algorithms. The plugins can be activated for use in the marketplace. Some examples can be found at lenna-project/lenna-plugins on github.
Following a list of available plugins:
- blur - Blurs the image. The strength can be configured.
- dramatic - Gives the image a dramatic touch.
- rotate - Rotates the image.
- canny - Shows edges of objects in the image.
Using yarn, you can build the lib or the app:
Lib:
yarn install
yarn build:lib
Web App:
yarn install
yarn build:app
yarn serve
To view the components in a storybook, run:
yarn storybook
Test running:
yarn test
Coverage is generated then.