We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4a489 commit ab9823bCopy full SHA for ab9823b
expert/image3.go
@@ -103,6 +103,6 @@ func main() {
103
104
err = png.Encode(file, img)
105
if err != nil {
106
- log.Fatalf("Error encoding image: %s\n", err)
+ log.Fatalf("Error encoding image: %s\n", err)
107
}
108
readme.md
@@ -451,6 +451,18 @@ Convert a image to a grayscale and to a color inverted image
451
go run image.go
452
```
453
454
+Generate an image with three colored circles (with intersection)
455
+
456
+```Shell
457
+go run image2.go
458
+```
459
460
+Generate an image representing the Mandelbrot fractal
461
462
463
+go run image3.go
464
465
466
Sql (sqlite) golang example
467
468
```Shell
0 commit comments