Michael Fogleman
Michael Fogleman
GIF does suck.
I suppose we could support multiple `-m` arguments and use only those specified.
@bradydowling You need to install ImageMagick (you can `brew install imagemagick`) before you can run the `convert` command.
@duhaime Neat!
It would be quite easy to specify a starting image. Just need to initialize `model.Current` to an image loaded from disk: https://github.com/fogleman/primitive/blob/master/primitive/model.go#L47
Are you using the Mac app? The command line version should already support this.
@globalcitizen JPG doesn't do transparency, you need to use PNG. This worked for me on latest master: `go run main.go -i test.png -o out.png -n 100 -bg ffffff00 -v` 
https://github.com/fogleman/primitive/blob/master/primitive/quadratic.go#L27
I'd like to merge this but I need to be careful with changing API behavior. Thoughts?
That's strange indeed. I suspect it may be a bug in the underlying `freetype/raster` package.