Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shootingfly/image2rgb565
- Owner: shootingfly
- Created: 2020-10-23T12:02:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T12:11:08.000Z (about 4 years ago)
- Last Synced: 2024-10-25T01:39:07.275Z (3 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```