Skip to content

Instantly share code, notes, and snippets.

@duanebester
Last active December 9, 2019 00:11
Show Gist options
  • Save duanebester/88fbaeb52948a0b2e4c51a404162a883 to your computer and use it in GitHub Desktop.
Save duanebester/88fbaeb52948a0b2e4c51a404162a883 to your computer and use it in GitHub Desktop.
Process Image
def processImage(bi: BufferedImage) = Source.single(bi).via(processImageFlow).runWith(Sink.ignore)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment