diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-26 14:34:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-26 14:34:04 (GMT) |
commit | 246e7b68e9ece313df64749d30522c60f7a4b19d (patch) | |
tree | 2e56346380aefd775268df59e1c95838672bceed /ChangeLog | |
parent | f1f907b161a5731a076878b32c989b4acd4acfdb (diff) | |
download | tk-246e7b68e9ece313df64749d30522c60f7a4b19d.zip tk-246e7b68e9ece313df64749d30522c60f7a4b19d.tar.gz tk-246e7b68e9ece313df64749d30522c60f7a4b19d.tar.bz2 |
Allow old-style image formats to create string representations of photos,
and allow the production of PPM format data in a string. [Bug 923555]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-03-26 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tkImgPPM.c (StringWritePPM): New function to support + converting of images to PPM strings. Other direction not yet + done. Rest of file converted to use new image API. + * generic/tkImgPhoto.c (ImgPhotoCmd): Restored support for the + stringWriteProc of old photo formats. [Bug 923555] + 2004-03-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/winfo.n: Clarified the range of colour intensities returned |