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

m
→‎{{header|Go}}: better yet, fix the anti-aliasing
(→‎{{header|Go}}: Integrate with flood fill task. (The previous rev was still working fine))
m (→‎{{header|Go}}: better yet, fix the anti-aliasing)
Line 120:
 
func main() {
c := exec.Command("convert", "Unfilledcirc.png", "-depth", "81", "ppm:-")
pipe, err := c.StdoutPipe()
if err != nil {
1,707

edits