Lock in $30 Savings on PRO—Offer Ends Soon! ⏳

Processing Image in golang

Avatar for goka goka
December 06, 2015

Processing Image in golang

Go Conference 2015 Winter
- gift (Go Image Filtering Toolkit)
- Nudely (Detection of Pornographic images)

Avatar for goka

goka

December 06, 2015
Tweet

More Decks by goka

Other Decks in Programming

Transcript

  1. Let’s try to use gift https://github.com/disintegration/gift Go Image Filtering Toolkit

    g := gift.New( gift.Grayscale(), ) dest := image.NewRGBA( g.Bounds(src.Bounds()), ) g.Draw(dest, src)