Maya🍎@sh.itjust.works to Programming@programming.dev · 11 days agoimaging question in pythonmessage-squaremessage-square9fedilinkarrow-up112arrow-down12file-text
arrow-up110arrow-down1message-squareimaging question in pythonMaya🍎@sh.itjust.works to Programming@programming.dev · 11 days agomessage-square9fedilinkfile-text
minus-squarembirth 🇬🇧@lemmy.mllinkfedilinkEnglisharrow-up6·edit-211 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·11 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.