Export-Bitmap Pipeline args?
description
This is just one of those confusing annoyances... if I am importing->exporting an image, I expect this to work:
... | Import-Bitmap | Export-Bitmap $file.jpg
But it doesn't, because I have to specify "-Path" or else it tries to use "$File.jpg" as the bitmap, and prompts me for a path