I have list of image InputStream. Pipe accepts single inputstream.
Pipe pipeIn = new Pipe(inStreams, null); cmd.setInputProvider(pipeIn);
And