kjk
9/13/2014 - 3:08 AM

Notes on Go and Image Magick.md

Hard won wisdom: ImageMagick (and its fork GraphicsMagick) are essentiallyh single-threaded due to internal locking.

What it means is that if you use Go bindings and try to get a higher performance by using multiple goroutines, it won't work.