Open NukeGH05T opened 3 years ago
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?
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.
Hello, A separate repository is a good idea. However, few things could be fixed:
GUI Assistance
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
andrender1.png
and get output asups0.png
andups1.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.