mpetroff / pannellum

Pannellum is a lightweight, free, and open source panorama viewer for the web.
https://pannellum.org/
MIT License
4.16k stars 712 forks source link

Use `LANCZOS` instead of deprecated `ANTIALIAS` #1121

Closed strarsis closed 1 year ago

strarsis commented 1 year ago

This PR replaces the ANTIALIAS constant, deprecated in recent Pillow with the new, recommended LANCZOS constant.