Skip to content

Commit

Permalink
Minor fix. There were some tab characters in the help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescan committed Aug 19, 2023
1 parent 748bba5 commit bd114b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Src/CommandHelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ are sufficient. Image types with load parameters:
Range is [0.5,4.0]
tone: For HDR images. Tone-map exposure applied if this is >= 0.0. The
non-negative valid range is [0.0,4.0]. A value of 0.0 is black and 4.0
is over-exposed. A value of 1.0 is neutral. Negative values do not
is over-exposed. A value of 1.0 is neutral. Negative values do not
apply tone-map exposure. Default is -1.0* for no application.
--inDDS
Expand All @@ -208,7 +208,7 @@ are sufficient. Image types with load parameters:
gamma:Gamma value. Used when an encoding-gamma is needed. Default is 2.2*.
tone: For HDR images. Tone-map exposure applied if this is >= 0.0. The
non-negative valid range is [0.0,4.0]. A value of 0.0 is black and 4.0
is over-exposed. A value of 1.0 is neutral. Negative values do not
is over-exposed. A value of 1.0 is neutral. Negative values do not
apply tone-map exposure. Default is -1.0* for no application.
spred:Spread single channel. Boolean true* or false. For DDS files with a
single Red or Luminance componentconly, spread it to all the RGB
Expand Down Expand Up @@ -248,7 +248,7 @@ are sufficient. Image types with load parameters:
gamma:Gamma value. Used when an encoding-gamma is needed. Default is 2.2*.
tone: For HDR images. Tone-map exposure applied if this is >= 0.0. The
non-negative valid range is [0.0,4.0]. A value of 0.0 is black and 4.0
is over-exposed. A value of 1.0 is neutral. Negative values do not
is over-exposed. A value of 1.0 is neutral. Negative values do not
apply tone-map exposure. Default is -1.0* for no application.
spred:Spread single channel. Boolean true* or false. For KTX files with a
single Red or Luminance componentconly, spread it to all the RGB
Expand Down

0 comments on commit bd114b8

Please sign in to comment.