diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-07-23 23:14:33 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-07-23 23:14:33 +0000 |
commit | be53c19faa6b3cea13b923976af67b800078ee3a (patch) | |
tree | a9d3f6f86a2a4832a0ab4a781fe0877353255716 /g3topbm.html | |
parent | f9352b40e5733cfc65607a846ccdeba38d679e21 (diff) | |
download | netpbm-mirror-be53c19faa6b3cea13b923976af67b800078ee3a.tar.gz netpbm-mirror-be53c19faa6b3cea13b923976af67b800078ee3a.tar.xz netpbm-mirror-be53c19faa6b3cea13b923976af67b800078ee3a.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4568 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'g3topbm.html')
-rw-r--r-- | g3topbm.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g3topbm.html b/g3topbm.html index 1c0f438d..6ead645a 100644 --- a/g3topbm.html +++ b/g3topbm.html @@ -132,8 +132,8 @@ lines turn into one. <p>Without this option, <b>g3topbm</b> faithfully renders the document as coded, so the output PBM image simply contains that long line. This is an -especially problematic corruption because it makes the entire out image about -twice as wide as it is supposed to be. But with <b>-correctlong</b>, +especially problematic corruption because it makes the entire output image +about twice as wide as it is supposed to be. But with <b>-correctlong</b>, <b>g3topbm</b> truncates that line so the overall effect of the input corruption is that a line is missing rather than that the image is twice as wide as it is supposed to be. @@ -143,7 +143,7 @@ all the lines (which would all be the same length in an uncorrupted G3 image) and considers the line length that occurs the most to be the intended image width. It truncates every line that is longer than that. -<p>The program warns you when corruption has causes the input image to have +<p>The program warns you when corruption has caused the input image to have lines of more than one length, whether you specify <b>-correctlong</b> or not. <p>Note that there is no point to specifying <b>-correctlong</b> if you also |