Update to newer version of CSJ2K from github.com/cureos/csj2k with modification
This commit is contained in:
@@ -138,7 +138,7 @@ namespace CSJ2K.j2k.quantization
|
||||
//UPGRADE_WARNING: Data types in Visual C# might be different. Verify the accuracy of narrowing conversions. "ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?index='!DefaultContextWindowIndex'&keyword='jlca1042'"
|
||||
value_Renamed = System.Single.Parse(word);
|
||||
}
|
||||
catch (System.FormatException)
|
||||
catch (System.FormatException e)
|
||||
{
|
||||
throw new System.ArgumentException("Bad parameter for " + "-Qstep option : " + word);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user