about summary refs log tree commit diff
path: root/converter/other/pnmtops.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-09-11 18:02:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-09-11 18:02:13 +0000
commit73d34245373c388a6fdca0cf99d521252ab02c07 (patch)
tree435b696f6fcc29362f2842dec4638683f7f7d5af /converter/other/pnmtops.c
parentfc87ba8a3b0d9cc1c6dfb8e27a12e4bbfba57b33 (diff)
downloadnetpbm-mirror-73d34245373c388a6fdca0cf99d521252ab02c07.tar.gz
netpbm-mirror-73d34245373c388a6fdca0cf99d521252ab02c07.tar.xz
netpbm-mirror-73d34245373c388a6fdca0cf99d521252ab02c07.zip
Fix message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1567 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pnmtops.c')
-rw-r--r--converter/other/pnmtops.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/converter/other/pnmtops.c b/converter/other/pnmtops.c
index c238e765..a2256523 100644
--- a/converter/other/pnmtops.c
+++ b/converter/other/pnmtops.c
@@ -1023,8 +1023,10 @@ computeImagePosition(int     const dpiX,
 
   *scolsP, *srowsP are the dimensions of the image in 1/72 inch.
 
-  *llxP, *llyP are the coordinates, in 1/72 inch, of the lower left
-  corner of the image on the page.
+  *llxP, *llyP are the coordinates in the Postcript frame, of the lower left
+  corner of the image on the page.  The Postscript frame is different from the
+  Neptbm frame: units are 1/72 inch (1 point) and (0,0) is the lower left
+  corner.
 
   *turnedP is true iff the image is to be rotated 90 degrees on the page.
 
@@ -1115,7 +1117,7 @@ computeImagePosition(int     const dpiX,
     if (verbose)
         pm_message("Image will be %3.2f points wide by %3.2f points high, "
                    "left edge %3.2f points from left edge of page, "
-                   "bottom edge %3.2f points from top of page; "
+                   "bottom edge %3.2f points from bottom of page; "
                    "%sturned to landscape orientation",
                    *scolsP, *srowsP, *llxP, *llyP, *turnedP ? "" : "NOT ");
 }