Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fs-frost/img2rgba
Image converter to plain RGBA.
https://github.com/fs-frost/img2rgba
Last synced: 4 days ago
JSON representation
Image converter to plain RGBA.
- Host: GitHub
- URL: https://github.com/fs-frost/img2rgba
- Owner: FS-Frost
- Created: 2024-01-22T16:25:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T16:32:45.000Z (12 months ago)
- Last Synced: 2024-01-29T19:48:32.507Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# img2rgba
Image converter to plain RGBA.
## Requeriments
- [Bun](https://bun.sh/)
## Usage
```
bun install
bun run main.ts path/to/input.png path/to/output.rgba
```