Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaranthinecodices/alpha-bleeder
A bleeder for image alphas, to stop artifacts when resizing.
https://github.com/amaranthinecodices/alpha-bleeder
Last synced: about 1 month ago
JSON representation
A bleeder for image alphas, to stop artifacts when resizing.
- Host: GitHub
- URL: https://github.com/amaranthinecodices/alpha-bleeder
- Owner: AmaranthineCodices
- License: mit
- Created: 2018-03-09T14:21:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T23:35:23.000Z (over 6 years ago)
- Last Synced: 2024-10-31T11:44:29.028Z (2 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# alpha-bleeder
A tool that "bleeds" the alpha of an image out into transparent pixels. This stops artifacts from appearing when the image is resized.Other tools that do this:
* [This GIMP plugin](http://gimpchat.com/viewtopic.php?t=3153)
* [urraka/alpha-bleeding](https://github.com/urraka/alpha-bleeding)
* I'm sure there are others!Install this with:
```
$ cargo install alpha-bleeder
```Then run it as:
```
$ alpha-bleeder
```