diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-27 00:40:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-27 00:40:39 (GMT) |
commit | b9ce39098a3d287637df8f555df02d4822725bde (patch) | |
tree | 39f8d75aa70ce0377e314890f04ac028c732409d /ChangeLog | |
parent | 17b6a8a3a36a89a06d9efd6a6f261cbde661e95b (diff) | |
download | tk-b9ce39098a3d287637df8f555df02d4822725bde.zip tk-b9ce39098a3d287637df8f555df02d4822725bde.tar.gz tk-b9ce39098a3d287637df8f555df02d4822725bde.tar.bz2 |
Backport of FRQ 540375 changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2004-03-26 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * generic/tkImgPPM.c (ReadPPMStringHeader): Code to read PPM/PGM data + (StringReadPPM, StringMatchPPM): from strings/bytearrays. [FRQ 540375] * 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. |