Skip to content

Instantly share code, notes, and snippets.

@duanebester
Last active May 31, 2018 19:55
Show Gist options
  • Save duanebester/ebc9de5ad19833c46f14042dde96499e to your computer and use it in GitHub Desktop.
Save duanebester/ebc9de5ad19833c46f14042dde96499e to your computer and use it in GitHub Desktop.
def imageToBinaryImage = Flow[BufferedImage].map(img => {
val bin = ImageHelper.convertImageToBinary(img)
bin
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment