We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed09a1e commit 2ecd69fCopy full SHA for 2ecd69f
wavey/__main__.py
@@ -60,7 +60,7 @@ def savefig(path: Path) -> None:
60
plt.savefig(bts, format="png")
61
62
with PIL.Image.open(bts) as img:
63
- img2 = img.convert("RGB").convert("P", palette=PIL.Image.Palette.ADAPTIVE)
+ img2 = img.convert("RGB").convert("P", palette=PIL.Image.Palette.WEB)
64
img2.save(path, format="png")
65
66
0 commit comments