summaryrefslogtreecommitdiffstats
path: root/doc/photo.n
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 /doc/photo.n
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 'doc/photo.n')
-rw-r--r--doc/photo.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/photo.n b/doc/photo.n
index b9f143b..c49d2a1 100644
--- a/doc/photo.n
+++ b/doc/photo.n
@@ -9,7 +9,7 @@
'\" Department of Computer Science,
'\" Australian National University.
'\"
-'\" RCS: @(#) $Id: photo.n,v 1.3 1999/10/29 03:57:40 hobbs Exp $
+'\" RCS: @(#) $Id: photo.n,v 1.4 2000/01/26 21:11:00 ericm Exp $
'\"
.so man.macros
.TH photo n 4.0 Tk "Tk Built-In Commands"
@@ -40,7 +40,8 @@ command.
Photos support the following \fIoptions\fR:
.TP
\fB\-data \fIstring\fR
-Specifies the contents of the image as a string. The format of the
+Specifies the contents of the image as a string. The string can
+contain base64 encoded data or binary data. The format of the
string must be one of those for which there is an image file format
handler that will accept string data. If both the \fB\-data\fR
and \fB\-file\fR options are specified, the \fB\-file\fR option takes