forked from 0x2620/pandora
increase JPG quality
This commit is contained in:
parent
9858121b5a
commit
c5fc7ae288
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ def render_poster(title, director, year, frame, timeline, poster):
|
||||||
fill=getRGB((hue, saturation, poster_lightness['image']))
|
fill=getRGB((hue, saturation, poster_lightness['image']))
|
||||||
)
|
)
|
||||||
|
|
||||||
poster_image.save(poster)
|
poster_image.save(poster, quality=100)
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = OptionParser()
|
parser = OptionParser()
|
||||||
|
|
Loading…
Reference in a new issue