emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: animage.el -- animated image support in Emacs


From: Sascha Wilde
Subject: Re: animage.el -- animated image support in Emacs
Date: Sat, 22 Apr 2006 17:17:54 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

address@hidden (Kim F. Storm) wrote:

> Below you will find animage.el which enables Emacs to show animated GIF
> files using the following code:
>
> (require 'animage)
> (setq anim (create-animated-image "/your/animated/image.gif" 'gif nil))
> (insert-image anim)
>
> You can start and stop animation with
>
> (image-animate-start anim)
> (image-animate-stop anim)

Nice!  Having an animated gif in my *scratch* buffer is a bit scary
but thinking of Emacs integrated www browsers or games it might be
useful.

cheers
sascha
-- 
Sascha Wilde  :  "I heard that if you play the Windows CD backward, you
              :  get a satanic message. But that's nothing compared to
              :  when you play it forward: It installs Windows...." 
              :  -- G. R. Gaudreau




reply via email to

[Prev in Thread] Current Thread [Next in Thread]