Skip to content

Commit 3982d07

Browse files
committed
2 parents f069c85 + 4a229e6 commit 3982d07

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Image Filter Collection
2-
Collection of Image Filters for PixelArt resizing. (HQ, XBR, etc)
2+
Collection of Image Filters for PixelArt resizing. [(HQ, XBR, etc)](https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms)
33
based on the 2dImageFilter by Hawkynt: https://github.com/Hawkynt/2dimagefilter
44

5-
Most likely i made a new gui (WPF) and added the option to use the clipboard as source for the images, and a wrapper to use the filters in any NetStandart2.0 or higher environemt.
5+
Most likely i made a new gui (WPF) and added the option to use the clipboard as source for the images, and a wrapper to use the filters in any NetStandart2.0 environemt.
66

77
It supports PNG files and clipboard with alpha channel
88

@@ -25,6 +25,10 @@ It also contains some code from [Hawkynt](https://github.com/Hawkynt) 2dImageFil
2525
## ImageFilter (Wpf application)
2626
a gui app that can make use of all the filters that are Implemented with FilterWrapper.
2727

28+
## Make your own Filter
29+
To add your filter, all you need is to Implement the IImageFilter interface, or copy and modify other IImageFilter implementations.
30+
They will automaticly added to the Collection via Reflection.
31+
2832
## Others
2933
There are also 2 console Projects, they was just to test some stuff.
3034

0 commit comments

Comments
 (0)