diff options
author | ericm <ericm> | 2000-01-26 21:10:59 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-01-26 21:10:59 (GMT) |
commit | 7e47234206a345a0b8dcbe7bd066ed360e4a9942 (patch) | |
tree | ab75a0002b8dc1779441e1af3ad2a504037a925b /ChangeLog | |
parent | 9b58b1c5c191be1379a0d3556a8c4792fc25695c (diff) | |
download | tk-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-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |