Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ptrsuder/IEU.Winforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrsuder committed Aug 1, 2019
2 parents 4c8629c + 9d8e9a5 commit 7aac16e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# IEU - Image Enhancing Utility
Windows only GUI for [IEU.Core](https://github.com/ptrsuder/IEU.Core) - wrapper around ESRGAN with additional features

![downloads_latest](https://img.shields.io/github/downloads/ptrsuder/IEU.Winforms/latest/total.svg?color=magenta)
![downloads_total](https://img.shields.io/github/downloads/ptrsuder/IEU.Winforms/total.svg?label=downloads%40total)

Uses [net-vips](https://github.com/kleisauke/net-vips) library to split input images into tiles and then merge them after processing tiles with ESRGAN. Also supports **alpha channels** and **various image formats (.dds, .tga etc).**

Although app can detect model upscale size by running python script, it takes some time, so it is recommended to **rename all your models so that filenames contain upscale size as in screenshot below**.
Expand Down Expand Up @@ -76,4 +79,4 @@ To merge resulted tiles back click [MERGE] button.
* **Results**: *results-path/models/model-name/*
* **Merged results**: *merged-results-path/models/model-name/merged*



0 comments on commit 7aac16e

Please sign in to comment.