Skip to content

Commit

Permalink
More specificity in odt help text
Browse files Browse the repository at this point in the history
  • Loading branch information
CGSchwarzMayo committed Jan 7, 2020
1 parent 66a5de6 commit 431a197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/antsApplyTransforms.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,8 @@ static void antsApplyTransformsInitializeCommandLineOptions( itk::ants::CommandL
+ std::string( "This is a direct typecast; output values are not rescaled. " )
+ std::string( "Default is to use the internal data type (float or double). " )
+ std::string( "uchar is unsigned char; others are signed. " )
+ std::string( "WARNING: Outputs will be incorrect if values exceed the " )
+ std::string( "range allowed by your choice. " )
+ std::string( "WARNING: Outputs will be incorrect (overflowed/reinterpreted) " )
+ std::string( "if values exceed the range allowed by your choice. " )
+ std::string( "Note that some pixel types are not supported by some image " )
+ std::string( "formats. e.g. int is not supported by jpg. " );

Expand Down

0 comments on commit 431a197

Please sign in to comment.