fenfire-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff-cvs] alph/alph/util psimages.py


From: Tuomas J. Lukka
Subject: [ff-cvs] alph/alph/util psimages.py
Date: Mon, 18 Aug 2003 03:45:25 -0400

CVSROOT:        /cvsroot/alph
Module name:    alph
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/18 03:45:25

Modified files:
        alph/util      : psimages.py 

Log message:
        Different resolutions doc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/alph/util/psimages.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: alph/alph/util/psimages.py
diff -u alph/alph/util/psimages.py:1.6 alph/alph/util/psimages.py:1.7
--- alph/alph/util/psimages.py:1.6      Wed Jun 11 13:50:17 2003
+++ alph/alph/util/psimages.py  Mon Aug 18 03:45:25 2003
@@ -25,13 +25,16 @@
 def convertFile(file, prefix, resolution):
     """Convert a pageimagescroll to .png image files.
 
-    Parameters
+    Parameters:
 
     file: The filename to convert
     prefix: The prefix to use for the resulting files.
            If prefix is "ab" then the files of 
            a three-page .pdf will be
            "ab1", "ab2" and "ab3". Note: 1-based.
+    resolution: The resolution to use. A number (dpi) or
+            a string of the form <xres>x<yres> is 
+           expected.
     """
     print "Processing ",file
     # Don't check right now-- no os.popen in Jython




reply via email to

[Prev in Thread] Current Thread [Next in Thread]