https://github.com/fs-frost/img2rgba
Image converter to plain RGBA.
https://github.com/fs-frost/img2rgba
Last synced: about 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T16:32:45.000Z (over 2 years ago)
- Last Synced: 2025-01-05T09:32:28.735Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- 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
```