Skip to content

feature request: Animated png #13

@C-Makridis

Description

@C-Makridis

I know, this one must be a quite heavy, that you may have already thought of, but nevetherless I thought I should mention.

a sample file:
derive-export by year

This has been created by exporting png's from derive, and converting them through https://ezgif.com/apng-maker

To actually manage something like this, I'm pretty sure that a much deeper handling of the gpx info is needed than now, adding a lot of complexity.

Steps that I can think of:

  1. parse all gpx files to locate a rectangle that will be able to contain all the gpx files
  2. keep a list of the files ordered by date
  3. Probably, depending on the number of tracks, decide a numder of them that would be proccessed simultaneously. If the feeded tracks are thousands, a huge file would be created having one track per frame. Easy choises whould be to group the tracks by month / year, but given few tracks that could lead to a one frame non-animated animation. Maybe an approach could be targeting a 15 - 30 second animation)
  4. create the file (sounds so simple :p).

Of course the output could be the much more widely used gif, avoiding problems that animated png seems to face (e.g. Edge and I.E. not rendering them), but... you already do export png, png does seem to be technically superior, it is an open standard... well I don't know, in practise whichever format would do :)

Thank you for listening,

Christos

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions