Hello list,
due to some testing and configuration on my site I wondered if the
white space before the 'disk' and 'area' options is missing
intentionally ?
based on commit 79ea82b I prepared a patch (just in case ...)
diff --git a/mwlib/rl/rlwriter.py b/mwlib/rl/rlwriter.py
index b6007ea..575baae 100755
--- a/mwlib/rl/rlwriter.py
+++ b/mwlib/rl/rlwriter.py
@@ -1287,8 +1287,8 @@ class RlWriter(object):
'convert',
'-limit',' memory', '32000000',
'-limit',' map', '64000000',
- '-limit', 'disk', '64000000',
- '-limit', 'area', '64000000',
+ '-limit',' disk', '64000000',
+ '-limit',' area', '64000000',
]
if img.info.get('interlace', 0) == 1:
cmds.append(base_cmd + [img_path, '-interlace', 'none',
img_path])
thanks and best regards,
Ingo.
--
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mwlib?hl=en.