summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-06-05 12:56:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-06-05 12:56:03 (GMT)
commit036648890d927acf9cb4e812325b311f7710cdf9 (patch)
treec67177f201763b8a5e029a2087e755f0be56c791 /doc
parent8215fa173ab432f30c44ae3abe85e1669755c752 (diff)
downloadtk-036648890d927acf9cb4e812325b311f7710cdf9.zip
tk-036648890d927acf9cb4e812325b311f7710cdf9.tar.gz
tk-036648890d927acf9cb4e812325b311f7710cdf9.tar.bz2
Fix [Bug 1731348]
Diffstat (limited to 'doc')
-rw-r--r--doc/photo.n7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/photo.n b/doc/photo.n
index 09221b6..de4c6f2 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.19 2005/04/06 21:11:54 dkf Exp $
+'\" RCS: @(#) $Id: photo.n,v 1.20 2007/06/05 12:56:03 dkf Exp $
'\"
.so man.macros
.TH photo n 4.0 Tk "Tk Built-In Commands"
@@ -41,8 +41,9 @@ command.
Photos support the following \fIoptions\fR:
.TP
\fB\-data \fIstring\fR
-Specifies the contents of the image as a string. The string can
-contain base64 encoded data or binary data. The format of the
+Specifies the contents of the image as a string. The string should
+contain binary data or, for some formats, base64-encoded data (this is
+currently guaranteed to be supported for GIF images). 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