Skip to content

Commit

Permalink
Merge branch 'stable' of github.com:ReimarBauer/MSS into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Sep 7, 2024
2 parents 2ed9ba7 + e047571 commit 29050e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/msui/wms_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ def append_multiple_images(self, imgs):
current_height += image.height

if max_height < result.height:
result.thumbnail((result.width, max_height), Image.ANTIALIAS)
result.thumbnail((result.width, max_height), Image.LANCZOS)
return result


Expand Down

0 comments on commit 29050e3

Please sign in to comment.