lindsaylandry / go-cross-stitch

GoLang Package for creating cross-stitch patterns from images
MIT License
19 stars 2 forks source link

Struct-ify Filewriter code #12

Closed lindsaylandry closed 4 years ago

lindsaylandry commented 6 years ago

https://github.com/lindsaylandry/go-cross-stitch/blob/master/src/convert/filewriter.go

might be able to put these functions under the Converter struct, then won't have to pass in all the converter struct variables.