godotify
simply convert an image into a dotted image to use in your project or just to download and save
...supports jpg
, jpeg
, and png
Install
- enter in console:
go get github.com/GoEntity/godotify/pkg@v1.0.0
- include
"github.com/GoEntity/godotify/pkg"
in import() (see below)
Usage Example
Note: if you are not using custom name for package, use dotify
instead. (i.e. dotify.GoDotify)
Usage Example 2 (Ebitengine)