a simple image transformation servlet
nst
Go to file
surtur 7a856ae463
cosmetic changes
2021-02-08 19:49:48 +01:00
WebContent initial commit 2021-01-02 01:56:32 +01:00
src cosmetic changes 2021-02-08 19:49:48 +01:00
.classpath initial commit 2021-01-02 01:56:32 +01:00
.gitignore initial commit 2021-01-02 01:56:32 +01:00
.project initial commit 2021-01-02 01:56:32 +01:00
README.md chore: add EmbossFilter 2021-01-03 01:07:03 +01:00

pictransform-ng

this repo holds sawce of the pictransform-ng project written in java as part of NST lessons.
it's a simple servlet doing picture tranformations using third-party filters.

filters currently in use:

  • Gaussian
  • LensBlur
  • Opacity
  • Emboss