Maya🍎@sh.itjust.works to Programming@programming.dev · 2 days agoimaging question in pythonmessage-squaremessage-square9linkfedilinkarrow-up112arrow-down11file-text
arrow-up111arrow-down1message-squareimaging question in pythonMaya🍎@sh.itjust.works to Programming@programming.dev · 2 days agomessage-square9linkfedilinkfile-text
minus-squarembirth 🇬🇧@lemmy.mllinkfedilinkEnglisharrow-up7·2 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-up3·2 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.