fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
outstanding change
[librarian.git]
/
scripts
/
book2cover
diff --git
a/scripts/book2cover
b/scripts/book2cover
index
6cda7b3
..
444563c
100755
(executable)
--- a/
scripts/book2cover
+++ b/
scripts/book2cover
@@
-14,6
+14,7
@@
class Book2Cover(Book2Anything):
ext = "jpg"
uses_cover = True
cover_optional = False
+
transform_options = [
Option('-W', '--width', action='store', type='int', dest='width', default=None,
help='Set width.'),