RE: gif image

From: Fine, Valeri <fine_at_bnl.gov>
Date: Wed, 24 May 2006 08:17:44 -0400

Personally, I like rather "gifsicle"
http://www.imagemagick.org/script/index.php with command mode
http://www.imagemagick.org/script/convert.php

Very often one can find the "convert" utility already installed on Linux machine.

For example at CERN:

lxplus062.cern.ch> which convert
/usr/bin/convert

which gifsicle
/usr/bin/which: no gifsicle

I.e. instead of

  gSystem->Exec("gifsicle --delay=10 --loop=5 hsum*.gif > anim.gif");   gSystem->Exec("rm -f hsum*.gif");

one can use

  gSystem->Exec("convert hsum*.gif animated/anim.gif");   gSystem->Exec("rm -f hsum*.gif");
Check your local installation.

 Hope this helps, Valeri  

From: Rene Brun
Sent: Wed 5/24/2006 7:06 AM
To: satya j
Cc: roottalk
Subject: Re: [ROOT] gif image

see tutorial hsumanim.C

Rene brun

satya j wrote:
> Dear Rooter,
>
> Can somebody help me as " how to save the animated graphs in the
> gif format in root". Is there any provision that the animated graph can
> be saved in gif format.
>
> I am very happey to all of your suggestion.
>
> Cheers
> Satya
>
> --
> *****************************************************************************************
> Afection is much more higer then heaven for me... So trust me I will
> always with you...
> **********************************************************************************************
Received on Wed May 24 2006 - 14:17:57 MEST

This archive was generated by hypermail 2.2.0 : Mon Jan 01 2007 - 16:31:58 MET