Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create FidelityFX Assist.exe #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

NukeGH05T
Copy link

##GUI Assistance
Screensho 01

Prefix: The prefix or word before the number sequence starts.

Starting Number: number of first image after prefix

Ending Number: number of last image after prefix

Output Prefix: the prefix all the output images will have

Input Extension: aka image type
Supported Formats: BMP, PNG, ICO, JPG, TIF, GIF

For example, to upscale two images which are render0.png and render1.png and get output as ups0.png and ups1.png these are the settings required:

Prefix: render
Starting Number: 0
Ending Number: 1
Output Prefix: ups
Input Extension: .png

Protip: Use absolute or relative directories in both prefix fields to get input and store output in different folder.

Does not create folders automatically. Only use existing folders.

@rys
Copy link
Contributor

rys commented Sep 21, 2021

Hi @NukeGH05T, thanks for creating this project! I'm happy to see that the CLI was useful enough that someone wanted to write a UI front-end for it.

Rather than bring a pre-built binary into the project, we'd be very happy to link to an open source version of your assist tool and generated binaries, so that FidelityFX-CLI users can check it out and choose to use it.

Would you be happy open sourcing the tool so that we can do that, and collaborate that way?

@NukeGH05T
Copy link
Author

Hello @rys , I'm quite new to using github's features. Wasn't sure how to approach this so, I made a new public repo and uploaded the source files there.

@adam-sawicki-a
Copy link

Hello,
A separate repository is a good idea. However, few things could be fixed:

  • In this pull request you proposed to remove all contents of README file and replace it with just the link to your repository.
  • In your repository you committed temporary binary files created by Visual Studio, like these in obj/ directory. You can use .gitignore file to ignore these files. You can find ready templates for Visual Studio / C# projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants