add arsenalberlin poster script; update 0xdb poster script; add new 0xdb poster font; some costmetic changes
This commit is contained in:
parent
b3b5278f94
commit
d8dd1bde5a
6 changed files with 371 additions and 95 deletions
|
|
@ -141,8 +141,8 @@ i '''
|
|||
|
||||
def main():
|
||||
parser = OptionParser()
|
||||
parser.add_option('-p', '--poster', dest='poster', help='Poster (image file to be written)')
|
||||
parser.add_option('-d', '--data', dest='data', help='json file with metadata', default=None)
|
||||
parser.add_option('-p', '--poster', dest='poster', help='Poster (image file to be written)')
|
||||
(options, args) = parser.parse_args()
|
||||
|
||||
if None in (options.data, options.poster):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue