Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Image processing package bild .
You can make the fill the desired color fill
import (
"image"
"image/color"
"github.com/anthonynsimon/bild/paint"
)
...
result := paint.FloodFill(img, image.Point{240, 0}, color.RGBA{0, 0, 0, 0}, 15)
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question