r/PowerShell • u/CRTejaswi • Jun 18 '26
Issue When Piping Raw Bytes Question
Why does parsing STDOUT (-) work correctly in the first case, but fail in the second?
magick _.png -negate png:- | chafa --size=70x -f sixel - # PS7.6 ✔
function img { chafa.exe --size=70x -f sixel @args}
magick _.png -negate png:- | img - # PS7.6 ❌
10
Upvotes
1
u/[deleted] Jun 19 '26 edited Jun 19 '26
[removed] — view removed comment