Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2854#discussion_r200815662
--- Diff:
nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/src/main/java/org/apache/nifi/processors/image/ResizeImage.java
---
@@ -196,4 +187,53 @@ public void process(final InputStream rawIn, final
OutputStream out) throws IOEx
}
}
+ //
https://stackoverflow.com/questions/7951290/re-sizing-an-image-without-losing-quality
--- End diff --
@joewitt StackOverflow has the following disclaimer:
> site design / logo © 2018 Stack Exchange Inc; user contributions
licensed under cc by-sa 3.0 with attribution required. rev 2018.7.5.30950
---