Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2854#discussion_r200815742
--- 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 --
So yeah, it's possible that the code was stolen from somewhere else, but
the prima facie licensing of that content is CC share alike. From what I read
on the licensing page, it's only CC non commercial that is problematic.
---