diff options
author | scuri <scuri> | 2009-10-01 02:56:38 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-10-01 02:56:38 +0000 |
commit | 62783aee16f96fe5e513fb230b8efddaa02981df (patch) | |
tree | 9dc512b0c758025c5cddba9709420f1bf9058675 /html | |
parent | 9a5e93213e08601a58725f44035ac622fb68e849 (diff) |
New: functions imProcessUnsharp and imProcessSharp.
Changed: now imProcessUnArithmeticOp, imProcessArithmeticConstOp and imProcessArithmeticOp willl crop the result to 0-255 if destiny has data type byte.
Changed: removed IM_UN_INC operation from imProcessUnArithmeticOp. It was not an unary operation. Can simply be done in place by imProcessArithmeticOp and IM_BIN_ADD.
Diffstat (limited to 'html')
-rw-r--r-- | html/en/history.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/html/en/history.html b/html/en/history.html index afff43e..99da0f2 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -14,7 +14,9 @@ <h3 dir="ltr"> CVS (28/Set/2009)</h3> <ul> - <li><span style="color: #0000FF">New:</span> function <strong> + <li><span style="color: #0000FF">New:</span> functions <strong> + imProcessUnsharp</strong> and <strong>imProcessSharp</strong>.</li> + <li><span style="color: #0000FF">New:</span> function <strong> imImageGetOpenGLData</strong>.</li> <li><span style="color: #0000FF">New:</span> functions <strong> im.ConvertDataTypeNew</strong>, <strong>im.ConvertColorSpaceNew</strong> @@ -38,6 +40,13 @@ <li><span style="color: #008000">Changed: </span><strong>imProcessPrune</strong> renamed to <strong>imProcessRemoveByArea</strong>, and added a new parameter to select inside or outside the interval.</li> + <li><span style="color: #008000">Changed: </span>removed IM_UN_INC operation from <strong>imProcessUnArithmeticOp</strong>. + It was not an unary operation. Can simply be done in place by <strong> + imProcessArithmeticOp</strong> and IM_BIN_ADD. </li> + <li><span style="color: #008000">Changed: </span>now<strong> imProcessUnArithmeticOp</strong>, + <strong>imProcessArithmeticConstOp</strong> and <strong> + imProcessArithmeticOp</strong> willl crop the result to 0-255 if destiny + has data type byte.</li> <li><span style="color: #008000"><span style="color: #ff0000">Fixed:</span><span style="color: #000000"> PNG attribute TransparencyIndex. new PNG attribute TransparencyMap. TransparentColor renamed to |