gg icon indicating copy to clipboard operation
gg copied to clipboard

Go Graphics - 2D rendering in Go with a simple API.

Results 98 gg issues
Sort by recently updated
recently updated
newest added

Propose go.mod and go.sum. This is hard from a fork, but that should be OK. In any case, examples are not separated in several directories, so that avoid the go.sum...

Please consider support more font file formats such as OTF

I have a problem, when the image is loaded, my image is 8-bit, but when I use NewContextForRGBA to convert, I find that the image is converted to 32-bit, I...

Instead of using png.Encode, use an encoder instance and allow its compression level to be changed.

Can it support counterclockwise operation? ```go dc.DrawArc(x+r-2, y+l/2, r+0.4, -1*0.76*PI, 2.23*PI , true) ```

```dc.SavePNG("out.png")``` Won't this degrade the quality of the image?

Sorry for the vague question. I can provide pictures but I don't have self-contained demonstration code yet. ## Non-Integer bounds When I draw rectangles with gg for non-integer bounds along...

Hi there, First of all , really cool work done here, much appreciated. I am writing a program that follows a path and draw some images with scatter distribution over...