diff options
author | ericm <ericm> | 2001-02-13 21:52:45 (GMT) |
---|---|---|
committer | ericm <ericm> | 2001-02-13 21:52:45 (GMT) |
commit | 6e0cc36e78b8e405dea239f63fba7ee1168bcc40 (patch) | |
tree | f271bf808f7ed04a3860c4035618c3e4f9a9c602 /doc/photo.n | |
parent | 413e598de2e293d8046eaadcb0e4e30a9b9f49cc (diff) | |
download | tk-6e0cc36e78b8e405dea239f63fba7ee1168bcc40.zip tk-6e0cc36e78b8e405dea239f63fba7ee1168bcc40.tar.gz tk-6e0cc36e78b8e405dea239f63fba7ee1168bcc40.tar.bz2 |
* doc/photo.n: [Bug 132213] Added clarification on interpretation
of ranges for "photoName data -from" subcommand.
Diffstat (limited to 'doc/photo.n')
-rw-r--r-- | doc/photo.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/photo.n b/doc/photo.n index 7ca4d3c..5840473 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.6 2000/07/25 21:14:35 jenglish Exp $ +'\" RCS: @(#) $Id: photo.n,v 1.7 2001/02/13 21:52:45 ericm Exp $ '\" .so man.macros .TH photo n 4.0 Tk "Tk Built-In Commands" @@ -210,8 +210,9 @@ Specifies a rectangular region of \fIimageName\fR to be returned. If only \fIx1\fR and \fIy1\fR are specified, the region extends from \fI(x1,y1)\fR to the bottom-right corner of \fIimageName\fR. If all four coordinates are given, they specify -diagonally opposite corners of the rectangular region. The default, -if this option is not given, is the whole image. +diagonally opposite corners of the rectangular region, including x1,y1 +and excluding x2,y2. The default, if this option is not given, is the +whole image. .TP \fB\-grayscale\fR If this options is specified, the data will not contain color |