-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# png_defringe_rs | ||
|
||
Using PNG Defringe can remove colored fringes from resampled and filtered graphics which have transparency, caused by the filtering picking color information from pixels that are meant to be fully transparent. | ||
|
||
## Installation | ||
|
||
You don't need to do anything to install png_defringe_rs, all you have to do is grab a release from the Releases page and unzip the archive. | ||
|
||
## Usage | ||
|
||
Usage: png_defringe.exe <action> <input_file> <output_file> | ||
--------------------------------------- | ||
List of actions: | ||
black - transparent pixels go towards black | ||
avg - transparent pixels go towards the average of all opaque pixels | ||
match - transparent pixels are interpolated to match their nearest neighbours |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters