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

m
→‎{{header|Go}}: library path updates
(Go solution)
m (→‎{{header|Go}}: library path updates)
Line 104:
}</lang>
=={{header|Go}}==
{{works with|Go weekly.2011-0612-1614}}
Using djpeg:
<lang go>package main
Line 114:
 
import (
"raster"
"exec"
"fmt"
"os/exec"
"raster"
)
 
1,707

edits