LuCEresearchlab / pytamaro

Educational library for Python to teach programming using graphics
https://pytamaro.si.usi.ch/
MIT License
8 stars 4 forks source link

Using apng for animations #37

Closed frovaaa closed 4 months ago

frovaaa commented 4 months ago

This issue aims to test and potentially integrate the usage of the apng extension (using .png in practice) in replacement (or as a side option to maintain backward compatibility) of the currently used .gif when dealing with animations inside PyTamaro.

There is linked a branch in which an initial integration has been done by replacing the .gif with .png only (cannot use .png anymore) and it seems to work fine, it also fixes some issues we encountered with transparent/black background while using the gif extension.

lucach commented 4 months ago

Result of the investigation:

I'd say we do not proceed with this right now, but let's keep the option in the back of our minds for the future.