include a thumb_size string with each Resizer to run gmg reprocess thumbs
This commit is contained in:
@@ -245,8 +245,10 @@ def thumbs(args):
|
||||
|
||||
# prepare filetype and size to be passed into reprocess_parser
|
||||
if args.size:
|
||||
extra_args = 'thumb --size {0} {1}'.format(args.size[0],
|
||||
args.size[1])
|
||||
extra_args = 'thumb --{0} {1} {2}'.format(
|
||||
processor_class.thumb_size,
|
||||
args.size[0],
|
||||
args.size[1])
|
||||
else:
|
||||
extra_args = 'thumb'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user