You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# 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)
3
3
based on the 2dImageFilter by Hawkynt: https://github.com/Hawkynt/2dimagefilter
4
4
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.
6
6
7
7
It supports PNG files and clipboard with alpha channel
8
8
@@ -25,6 +25,10 @@ It also contains some code from [Hawkynt](https://github.com/Hawkynt) 2dImageFil
25
25
## ImageFilter (Wpf application)
26
26
a gui app that can make use of all the filters that are Implemented with FilterWrapper.
27
27
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
+
28
32
## Others
29
33
There are also 2 console Projects, they was just to test some stuff.
0 commit comments