Closed frovaaa closed 4 months ago
Result of the investigation:
.apng
: Safari refuses to visualize them even if you try to explicitly load the file://
, unless you change the extension to .png
(!). I haven't checked other OSes.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.
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.