The x-window tag has no wiki summary.
4
votes
4answers
13k views
unsuccesful use of popen() in C?
I can run the following command
xwd -root | xwdtopnm | pnmtojpeg > screen.jpg
in a terminal under linux and it will produce a screenshot of my current screen.
I try to do the following with the ...