I want output jpg only but it kept responding image D:\1.png has alpha channel.
But in fact the picture has no alpha (transparent part) so it should be safe to output as jpg directly.
I would like to ask if there is a way to force output jpg?
Or maybe the project can add something like --force-format to force the output format.
Thank you!
This is the command I was using
waifu2x -i D:\1.png -o D:\2.jpg -f jpg -s 2
I want output
jpg
only but it kept respondingimage D:\1.png has alpha channel
. But in fact the picture has no alpha (transparent part) so it should be safe to output asjpg
directly.I would like to ask if there is a way to force output
jpg
? Or maybe the project can add something like--force-format
to force the output format. Thank you!