Michael Fogleman

Results 138 comments of Michael Fogleman

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.

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` ![out](https://user-images.githubusercontent.com/520208/33410098-9fc0e48c-d54c-11e7-8acf-e17c8eb7e03e.png)

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.