@@ -209,6 +209,9 @@ def get_icon_file(request):
|
||||
img.thumbnail(ICON_SIZE, Image.ANTIALIAS)
|
||||
else:
|
||||
img = Image.open(fullpath)
|
||||
# Strip all additional image info (mostly for ICC color
|
||||
# profiles, see issue #337)
|
||||
img.info = {}
|
||||
return img
|
||||
|
||||
|
||||
@@ -235,7 +238,7 @@ if toupdate:
|
||||
continue
|
||||
fullname = 'icon{}.png'.format(fname)
|
||||
fullpath = os.path.join(icons_dir, fullname)
|
||||
icon.save(fullpath, 'PNG')
|
||||
icon.save(fullpath, 'png')
|
||||
if missing:
|
||||
print(' {} icons are missing in export:'.format(len(missing)))
|
||||
for fname in sorted(missing):
|
||||
@@ -251,7 +254,7 @@ if toadd:
|
||||
continue
|
||||
fullname = 'icon{}.png'.format(fname)
|
||||
fullpath = os.path.join(icons_dir, fullname)
|
||||
icon.save(fullpath, 'PNG')
|
||||
icon.save(fullpath, 'png')
|
||||
if missing:
|
||||
print(' {} icons are missing in export:'.format(len(missing)))
|
||||
for fname in sorted(missing):
|
||||
|
||||
@@ -80,6 +80,9 @@ def get_render(type_id):
|
||||
if img.size != RENDER_SIZE:
|
||||
img = crop_image(img)
|
||||
img.thumbnail(RENDER_SIZE, Image.ANTIALIAS)
|
||||
# Strip all additional image info (mostly for ICC color
|
||||
# profiles, see issue #337)
|
||||
img.info = {}
|
||||
return img
|
||||
|
||||
|
||||
@@ -99,7 +102,7 @@ if toupdate:
|
||||
render = get_render(type_id)
|
||||
fname = '{}.png'.format(type_id)
|
||||
fullpath = os.path.join(icons_dir, fname)
|
||||
render.save(fullpath, 'PNG')
|
||||
render.save(fullpath, 'png')
|
||||
if missing:
|
||||
print(' {} renders are missing in export:'.format(len(missing)))
|
||||
for type_id in sorted(missing):
|
||||
@@ -113,7 +116,7 @@ if toadd:
|
||||
render = get_render(type_id)
|
||||
fname = '{}.png'.format(type_id)
|
||||
fullpath = os.path.join(icons_dir, fname)
|
||||
render.save(fullpath, 'PNG')
|
||||
render.save(fullpath, 'png')
|
||||
if missing:
|
||||
print(' {} renders are missing in export:'.format(len(missing)))
|
||||
for type_id in sorted(missing):
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 665 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 678 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 793 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 687 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 807 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 760 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 705 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 768 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 849 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 708 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 712 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 714 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 717 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 719 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 679 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 678 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 645 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 673 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 744 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 736 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 698 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 736 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 743 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 707 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 711 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 646 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 652 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 709 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 649 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 652 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 871 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 860 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 859 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 497 B |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 522 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 905 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 616 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 738 B |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 968 B |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 602 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 462 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 730 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 638 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 748 B |