go-ppic icon indicating copy to clipboard operation
go-ppic copied to clipboard

A simple profile picture generator written in Go

Results 5 go-ppic issues
Sort by recently updated
recently updated
newest added

It'd be nice to be have Travis attach compiled binaries to releases, so that they can be downloaded without having to be built by the end-user. We should build for...

enhancement

This should be done after Travis has run it's tests, and can be done at the same time as #9.

enhancement

Not quite sure how we'd implement this yet - we'd probably need a whole separate `GenerateSVG` method, as `GenerateImage` returns an `image.Image`.

enhancement

Currently the `Generate` and `GenerateImage` methods accept arguments specifying whether or not the image should be mirrored on the X and Y axis, but it is hard-coded to mirror only...

enhancement

It'd be nice to have this as the default - maybe generating images with a "1 block" margin like so (1px border added to clarify margin); ![Example image](https://user-images.githubusercontent.com/1843197/47400424-01e7b100-d735-11e8-9597-8a54f03c3a5c.png) This does...

enhancement