Github user patricker commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2854#discussion_r201110612
--- 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 --
Please see my research notes below. Also updated with correct original
source URL, and fixed checkstyle issues.
---