fixed jpg rendering
This commit is contained in:
@@ -818,7 +818,7 @@ class TileSet(object):
|
|||||||
|
|
||||||
# Save them
|
# Save them
|
||||||
if self.imgextension == 'jpg':
|
if self.imgextension == 'jpg':
|
||||||
tileimg.save(imgpath, quality=self.imgquality, subsampling=0)
|
tileimg.save(imgpath, quality=self.options['imgquality'], subsampling=0)
|
||||||
else: # png
|
else: # png
|
||||||
tileimg.save(imgpath)
|
tileimg.save(imgpath)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user