scripts/mkbasis: --normal implies --blend-background #7f7fff

This commit is contained in:
Andrei Alexeyev 2021-12-12 12:05:01 +02:00
parent e969bc1306
commit fc50fcc468
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -376,6 +376,7 @@ def main(args):
namespace.channels = 'rg'
namespace.normal = True
namespace.srgb = False
namespace.blend_background = '#7f7fff'
image_suffixes = ('.webp', '.png')