Python package for the raster language protocol of the Brother QL series label printers (QL-500, QL-550, QL-560, QL-570, QL-700, QL-710W, QL-720NW, QL-800, QL-810W, QL-820NWB, QL-1050, QL-1060N and more).
GNU General Public License v3.0
563
stars
168
forks
source link
replace PIL.Image.ANTIALIAS with PIL.Image.LANCZOS #163
As per https://stackoverflow.com/a/76616129, PIL.Image.ANTIALIAS is deprecated and has been removed. LANCZOS refers to the exact same algorithm that ANTIALIAS did.
As per https://stackoverflow.com/a/76616129, PIL.Image.ANTIALIAS is deprecated and has been removed. LANCZOS refers to the exact same algorithm that ANTIALIAS did.