diff options
author | scuri <scuri> | 2010-05-26 18:29:48 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-05-26 18:29:48 +0000 |
commit | c196148fb2fd001a16434c46427d7651e5abb7f2 (patch) | |
tree | 652fa3f9e6e96a587169daba800dedd67d5a702a /html/en | |
parent | d10c0cb34f483d5189ea70152babeabd0b89b546 (diff) |
# Fixed: image:HasAlpha() method in Lua was returning a number instead of a boolean, so im.ImageCreateBased was adding an alpha channel to all new images.
Diffstat (limited to 'html/en')
-rw-r--r-- | html/en/history.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html/en/history.html b/html/en/history.html index 1b815be..f25b10f 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -21,6 +21,11 @@ <li dir="ltr"> <span style="color: #008000">Changed:</span> ICON format now supports writing up to 10 images.</li> + <li dir="ltr"> + <span style="color: #008000"><span style="color: #ff0000">Fixed:</span><span + style="color: #000000"> image:<strong>HasAlpha</strong>() method in + Lua was returning a number instead of a boolean, so <strong>im</strong>.<strong>ImageCreateBased</strong> + was adding an alpha channel to all new images.</span></span></li> </ul> <h3 dir="ltr"> <a href="http://sourceforge.net/projects/imtoolkit/files/3.6.1/">Version 3.6.1</a> (23/Apr/2010)</h3> |