Mit PIL eine GIF Animation erstellen???
Verfasst: Dienstag 24. April 2007, 09:44
Weiß jemand spontan wie sowas geht?
Ich suche schon länger rum, hab aber noch nichts gefunden. Zumindest kann es GIF Animierte Bilder lesen. Aber kann ich auch aus einzel Bilder eine GIF Animation erstellen???
EDIT: Hab was gefunden:

EDIT2: Sieht wohl garnicht gut aus
Man kann wohl ImageMagick benutzten: http://www.imagemagick.org/Usage/anim_basics/index.html
Aber die Python Anbindung PythonMagick bzw. PyMagick sind wohl tot. Es gibt zwar die Sourcen hier http://www.imagemagick.org/download/python/ aber anscheinend wird das nicht weiter entwickelt.
Also ImageMagick + subprocess...
Ich suche schon länger rum, hab aber noch nichts gefunden. Zumindest kann es GIF Animierte Bilder lesen. Aber kann ich auch aus einzel Bilder eine GIF Animation erstellen???
EDIT: Hab was gefunden:
von http://somethinkodd.com/oddthinking/200 ... ated-gifs/However, PIL 1.1.5 can only write to GIF87a. It cannot write to GIF89a. Therefore, it can’t be used to produce GIF89a animations.
I do not believe it can even be used to create new GIF87a sequences. (I can’t find any suitable methods.) I believe it can be used to edit existing (but useless?) GIF87a sequences, but I haven’t tested this.

EDIT2: Sieht wohl garnicht gut aus

Aber die Python Anbindung PythonMagick bzw. PyMagick sind wohl tot. Es gibt zwar die Sourcen hier http://www.imagemagick.org/download/python/ aber anscheinend wird das nicht weiter entwickelt.
Also ImageMagick + subprocess...
