Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shootingfly/image2rgb565

Convert Image to rgb565 binary
https://github.com/shootingfly/image2rgb565

Last synced: about 1 month ago
JSON representation

Convert Image to rgb565 binary

Awesome Lists containing this project

README

        

# Image To RGB565 Binary

Tool for giving RGB565 binary from image (png).

```sh
go get "github.com/shootingfly/image2rgb565"
go get "github.com/nfnt/resize"
go build
./image2rgb565 --input=input.png --output=output.bin -width=130 --height=130
```