Alexandru <
alexandr...@meshparts.de> wrote:
> Hi,
>
> Do you know any Tcl package, that can create animateg GIF files from
> single images?
I do not.
But, a tiny bit of google fu turned up this:
mageMagick v6 Examples -- Animation Basics
http://www.imagemagick.org/Usage/anim_basics/
I got that link (plus others) from searching for: "imagemagic animated
gif".
If I search for "create animated gif" I get a large number of links to
ways to create animated gifs. None of which are Tcl modules, but some
of which (such as ImageMagik) can be used from Tcl by appropriate usage
of [exec].
> The "image" package says nothing about this and searching the web
> only shows some hits but only how to save a single frame GIF.
If you mean Tcl's 'image' package, it is intended for images (single
individual images that are viewed singly), so this is not surprising.
If you mean the "Img" extension package, it too is directed to handling
singular images, not a video file.