Maya🍎@sh.itjust.works to Programming@programming.dev · 4 days agoimaging question in pythonmessage-squaremessage-square9linkfedilinkarrow-up112arrow-down11file-text
arrow-up111arrow-down1message-squareimaging question in pythonMaya🍎@sh.itjust.works to Programming@programming.dev · 4 days agomessage-square9linkfedilinkfile-text
minus-squarembirth 🇬🇧@lemmy.mllinkfedilinkEnglisharrow-up6·3 days agoI’d use ImageMagick, but if you want to do it in plain* Python, here’s an example: https://stackoverflow.com/a/79683407 * Well, you’ll need pyAPNG.
minus-squareMaya🍎@sh.itjust.worksOPlinkfedilinkarrow-up2·3 days agoI used pillow. It has apng support now.
I’d use ImageMagick, but if you want to do it in plain* Python, here’s an example: https://stackoverflow.com/a/79683407
* Well, you’ll need pyAPNG.
I used pillow. It has apng support now.