Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EtcTool/EtcTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ void Commands::PrintUsageMessage(void)
printf(" -normalizexyz normalize RGB to have a length of 1\n");
printf(" -verbose or -v shows status information during the encoding\n");
printf(" process\n");
printf(" -mipmaps or -m <mip_count> sets the maximum number of mipaps to generate (default=1)\n");
printf(" -mipmaps or -m <mip_count> sets the maximum number of mipmaps to generate (default=1)\n");
printf(" -mipwrap or -w <x|y|xy> sets the mipmap filter wrap mode (default=clamp)\n");
printf("\n");

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Options:
-normalizexyz normalize RGB to have a length of 1
-verbose or -v shows status information during the encoding
process
-mipmaps or -m <mip_count> sets the maximum number of mipaps to generate (default=1)
-mipmaps or -m <mip_count> sets the maximum number of mipmaps to generate (default=1)
-mipwrap or -w <x|y|xy> sets the mipmap filter wrap mode (default=clamp)

* -analyze will run an analysis of the encoding and place it in folder
Expand Down