Bitmap/Read an image through a pipe: Difference between revisions

m
Line 350:
pipes[PIPOUT] = create_pipe(INHERIT_READ)
 
-- Create the child process, with replacement stdinstdout.
string cmd = sprintf("%s viewppm -load test.jpg",{get_interpreter(true)})
atom hProc = system_exec(cmd, 12, pipes),
7,796

edits