alpha-bleeding
alpha-bleeding copied to clipboard
Small tool to bleed the border colors of an image with transparency through the pixels that are fully transparent.
Results
2
alpha-bleeding issues
Sort by
recently updated
recently updated
newest added
What algorithm is used ? Are there other ones ? Description of the used method. I think adding this info makes this project more desireable.
How to compile on macOS: 1. rename `png.h` and `png.cpp` to something like `png_io.*` update includes path in `alpha-bleeding.cpp` `alpha-remove.cpp` `alpha-set.cpp` → `#include "png_io.h"` 2. add `#include "png_io.h"` to `png_io.cpp`...