mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Explicitly set depth when rendering kitty.rgba
This commit is contained in:
@@ -17,7 +17,7 @@ def render(output, sz=256):
|
||||
|
||||
|
||||
render('kitty.png')
|
||||
subprocess.check_call(['convert', 'kitty.png', 'kitty.rgba'])
|
||||
subprocess.check_call(['convert', 'kitty.png', '-depth', '8', 'kitty.rgba'])
|
||||
iconset = 'kitty.iconset'
|
||||
if os.path.exists(iconset):
|
||||
shutil.rmtree(iconset)
|
||||
|
||||
Reference in New Issue
Block a user