Maya🍎@sh.itjust.works to Programming@programming.dev · 4 days agoimaging question in pythonmessage-squaremessage-square6linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareimaging question in pythonMaya🍎@sh.itjust.works to Programming@programming.dev · 4 days agomessage-square6linkfedilinkfile-text
minus-squarembirth 🇬🇧@lemmy.mllinkfedilinkEnglisharrow-up0·4 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-up0·4 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.