From 62ca654db61829a39caeaee060cf0011372d26cc Mon Sep 17 00:00:00 2001 From: Annika R <12813949+Salmakis@users.noreply.github.com> Date: Wed, 23 Jan 2019 20:49:50 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d83ad9..12104d2 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ It also contains some code from [Hawkynt](https://github.com/Hawkynt) 2dImageFil ## ImageFilter (Wpf application) a gui app that can make use of all the filters that are Implemented with FilterWrapper. +## Make your own Filter +To add your filter, all you need is to Implement the IImageFilter interface, or copy and modify other IImageFilter implementations. +They will automaticly added to the Collection via Reflection. + ## Others There are also 2 console Projects, they was just to test some stuff. From a0859edd3bd18f2b5ab709c8852d22118e1cff28 Mon Sep 17 00:00:00 2001 From: Annika R <12813949+Salmakis@users.noreply.github.com> Date: Thu, 24 Jan 2019 08:47:10 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12104d2..49ba5e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Image Filter Collection -Collection of Image Filters for PixelArt resizing. (HQ, XBR, etc) +Collection of Image Filters for PixelArt resizing. [(HQ, XBR, etc)](https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms#xBR_family) based on the 2dImageFilter by Hawkynt: https://github.com/Hawkynt/2dimagefilter 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. From 1030e5c297bcdbce7f1ad2fd14f3a8a1ac676573 Mon Sep 17 00:00:00 2001 From: Annika R <12813949+Salmakis@users.noreply.github.com> Date: Thu, 24 Jan 2019 08:47:48 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49ba5e3..0bb810d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Image Filter Collection -Collection of Image Filters for PixelArt resizing. [(HQ, XBR, etc)](https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms#xBR_family) +Collection of Image Filters for PixelArt resizing. [(HQ, XBR, etc)](https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms) based on the 2dImageFilter by Hawkynt: https://github.com/Hawkynt/2dimagefilter 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. From 4a229e60a6b33013026094dff711d30a5bd15aff Mon Sep 17 00:00:00 2001 From: Annika R <12813949+Salmakis@users.noreply.github.com> Date: Thu, 24 Jan 2019 08:48:30 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bb810d..2f7e1f4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Collection of Image Filters for PixelArt resizing. [(HQ, XBR, etc)](https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms) based on the 2dImageFilter by Hawkynt: https://github.com/Hawkynt/2dimagefilter -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. +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. It supports PNG files and clipboard with alpha channel