Skip to content

Commit

Permalink
input_extention_listにtgaを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
lltcggie committed Jul 10, 2015
1 parent e3e621f commit c1a4763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion waifu2x-caffe-gui/Source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ class DialogEvent
}

public:
DialogEvent() : dh(nullptr), mode("noise_scale"), noise_level(1), scale_ratio(2.0), model_dir("models/anime_style_art_rgb"), process("gpu"), outputExt("png"), inputFileExt("png:jpg:jpeg:tif:tiff:bmp"),
DialogEvent() : dh(nullptr), mode("noise_scale"), noise_level(1), scale_ratio(2.0), model_dir("models/anime_style_art_rgb"), process("gpu"), outputExt("png"), inputFileExt("png:jpg:jpeg:tif:tiff:bmp:tga"),
crop_size(128), batch_size(1), isLastError(false)
{
}
Expand Down
2 changes: 1 addition & 1 deletion waifu2x-caffe/Source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main(int argc, char** argv)
"(auto)", "string", cmd);

TCLAP::ValueArg<std::string> cmdInputFileExt("l", "input_extention_list",
"extention to input image file when input_path is folder", false, "png:jpg:jpeg:tif:tiff:bmp",
"extention to input image file when input_path is folder", false, "png:jpg:jpeg:tif:tiff:bmp:tga",
"string", cmd);

TCLAP::ValueArg<std::string> cmdOutputFileExt("e", "output_extention",
Expand Down

0 comments on commit c1a4763

Please sign in to comment.