I need to process image with several tools in a pipeline tool1 | tool2 | tool3 | ...
. It appeared though that one of the tools isn't designed to work in a pipeline and only works in format of user@computer:/~# bad_tool infile.png outfile.png
.
Is there any way to include it into pipeline? I really want to avoid creating files for this only program and then removing them, etc.