a simple image transformation servlet
surtur
f69422cca4
commit 70bf3bed65fb34f14f4fda8255ac7eaae294029d Author: surtur <a_mirre@utb.cz> Date: Sun Jan 3 00:03:36 2021 +0100 chore: update README.md commit 0495664e7206ecd8b6e1140ae39edd805195175f Author: surtur <a_mirre@utb.cz> Date: Sat Jan 2 23:55:39 2021 +0100 chore: add OpacityFilter commit b237b00326a27c736282f7b9e2df9b87851e366f Author: surtur <a_mirre@utb.cz> Date: Sat Jan 2 20:37:01 2021 +0100 chore: multi-filter servlet [wip] commit e9e14a308f9643e16f933953cbc52cdb5ee93bde Author: surtur <a_mirre@utb.cz> Date: Sat Jan 2 12:21:11 2021 +0100 chore: move indentation commit 5eecb90f8c4953b2ab50e070260e72237887ed35 Author: surtur <a_mirre@utb.cz> Date: Sat Jan 2 12:13:08 2021 +0100 chore: handle non-jpeg images commit eba1b6fb216450de47e939adc71bf65b7377b8d3 Author: surtur <a_mirre@utb.cz> Date: Sat Jan 2 03:25:55 2021 +0100 chore: improve filter request handling logic commit 789bbb2548aac525796850fbdecbec6e8ff1159d Author: surtur <a_mirre@utb.cz> Date: Sat Jan 2 02:47:17 2021 +0100 refactor: create methods for filters and forms * we now generate forms in specified methods and print them by calling the methods rather than having it all in one big mess * decide which filter is being used based on the url query [wip] commit b1e68bd13d14bb48053fd622932c42297927c6e6 Author: surtur <a_mirre@utb.cz> Date: Sat Jan 2 01:55:14 2021 +0100 chore: added servlet with a single transformation |
||
---|---|---|
src | ||
WebContent | ||
.classpath | ||
.gitignore | ||
.project | ||
README.md |
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