Files
spring-cloud-stream-samples/function-based-stream-app-samples/image-thumbnail-samples/image-thumbnail-processor
2020-10-16 19:52:27 -04:00
..
2020-08-17 16:20:23 -04:00
2020-08-17 16:20:23 -04:00
2020-08-17 16:20:23 -04:00
2020-08-17 16:20:23 -04:00

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