a simple image transformation servlet
nst
Go to file
surtur 7c3f0b6932
chore: add EmbossFilter
commit 13df130842e643645f22d7622a55a9fc7615e9d2
Author: surtur <a_mirre@utb.cz>
Date:   Sun Jan 3 01:06:38 2021 +0100

    chore: update README.md

commit f99d57b1de6ceb57fa8e61d77bb3b80b96ab6205
Author: surtur <a_mirre@utb.cz>
Date:   Sun Jan 3 01:03:02 2021 +0100

    chore: add EmbossFilter
2021-01-03 01:07:03 +01:00
src chore: add EmbossFilter 2021-01-03 01:07:03 +01:00
WebContent initial commit 2021-01-02 01:56:32 +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