Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmakis committed Jan 24, 2019
2 parents f069c85 + 4a229e6 commit 3982d07
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 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)
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

Expand All @@ -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.

Expand Down

0 comments on commit 3982d07

Please sign in to comment.