Explicitly set depth when rendering kitty.rgba
This commit is contained in:
parent
4a27c3743a
commit
e00de927c7
@ -17,7 +17,7 @@ def render(output, sz=256):
|
|||||||
|
|
||||||
|
|
||||||
render('kitty.png')
|
render('kitty.png')
|
||||||
subprocess.check_call(['convert', 'kitty.png', 'kitty.rgba'])
|
subprocess.check_call(['convert', 'kitty.png', '-depth', '8', 'kitty.rgba'])
|
||||||
iconset = 'kitty.iconset'
|
iconset = 'kitty.iconset'
|
||||||
if os.path.exists(iconset):
|
if os.path.exists(iconset):
|
||||||
shutil.rmtree(iconset)
|
shutil.rmtree(iconset)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user