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

Multiple Files Through CLI #14

Open
leogoro opened this issue Mar 10, 2017 · 1 comment
Open

Multiple Files Through CLI #14

leogoro opened this issue Mar 10, 2017 · 1 comment

Comments

@leogoro
Copy link

leogoro commented Mar 10, 2017

How on earth do a pass an entire directory worth of images to be done in batch?

I would just use w2xcr but I want to specify output options.

@gnattu
Copy link

gnattu commented Jun 16, 2017

If you are using windows cmd, you can use a .bat file with this line:

FOR /f %%a IN ('dir /b $Your image input folder path$') DO call waifu2x-converter_x64  -i $Your image input folder path$%%a -o $Your image output folder path$%%a

Place this .bat with the waifu2x executable
Also make sure that your input folder contains and only contains image files and nothing else.

soimort pushed a commit to soimort/waifu2x-converter-cpp that referenced this issue Oct 13, 2017
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

No branches or pull requests

2 participants