Restore image-thumbnail-samples

This commit is contained in:
David Turanski
2020-08-17 16:16:38 -04:00
parent 6ec63325dd
commit 35e94eb1e2
41 changed files with 3125 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
= Thumbnail Processor
A plain (no dependencies) Java Function that creates a thumbnail from an JPEG image.
See https://stackoverflow.com/a/39313627/1743446.
== Build
```
./mwnw clean install
```