pklaus / brother_ql

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
562 stars 168 forks source link

fix: replaced removed Image.ANTIALIAS call with new PIL way #143

Open Th00z opened 1 year ago

Th00z commented 1 year ago

closes #142 See: https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#constants

Th00z commented 1 year ago

Would it make sense to bump pillow in the setup.py to be larger than 10?

Done :)

pTinosq commented 9 months ago

Can we please merge :)

ONLYA commented 7 months ago

Oh... I just realised it's already a PR on this issue after I proposed my changes