summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-01-26 21:10:59 (GMT)
committerericm <ericm>2000-01-26 21:10:59 (GMT)
commit7e47234206a345a0b8dcbe7bd066ed360e4a9942 (patch)
treeab75a0002b8dc1779441e1af3ad2a504037a925b /ChangeLog
parent9b58b1c5c191be1379a0d3556a8c4792fc25695c (diff)
downloadtk-7e47234206a345a0b8dcbe7bd066ed360e4a9942.zip
tk-7e47234206a345a0b8dcbe7bd066ed360e4a9942.tar.gz
tk-7e47234206a345a0b8dcbe7bd066ed360e4a9942.tar.bz2
* generic/tkImgPhoto.c: Added some comments regarding slow
processing of transparent images. * generic/tkImgGIF.c: Improved GIF decoder for ~60% speed increase. Added some comments on how to further improve the implementation, time permitting. * doc/photo.n: Added a description of what the -data string can contain (base64 or binary data).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c004176..754d848 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-01-26 Eric Melski <ericm@scriptics.com>
+
+ * generic/tkImgPhoto.c: Added some comments regarding slow
+ processing of transparent images.
+
+ * generic/tkImgGIF.c: Improved GIF decoder for ~60% speed
+ increase. Added some comments on how to further improve the
+ implementation, time permitting.
+
+ * doc/photo.n: Added a description of what the -data string can
+ contain (base64 or binary data).
+
+ * generic/tkImgPhoto.c: Fixed bug with use of binary data for
+ "-data" option to "image create" command.
+
2000-01-21 Eric Melski <ericm@scriptics.com>
* library/tkfbox.tcl: Fixed bug relating to incorrect parent