Files
2020-08-17 16:20:23 -04:00

11 lines
198 B
Plaintext

= 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
```