Skip to content
Snippets Groups Projects
  1. Nov 08, 2007
  2. Oct 26, 2007
  3. Sep 19, 2007
  4. Jul 10, 2007
  5. Apr 02, 2007
  6. Mar 07, 2007
  7. Mar 05, 2007
  8. Feb 22, 2007
  9. Feb 21, 2007
  10. Feb 19, 2007
  11. Feb 16, 2007
  12. Feb 06, 2007
  13. Feb 05, 2007
  14. Dec 21, 2006
  15. Dec 18, 2006
  16. Dec 06, 2006
  17. Dec 01, 2006
  18. Oct 27, 2006
  19. Oct 26, 2006
  20. Oct 13, 2006
  21. Oct 02, 2006
    • Rene Brun's avatar
      From Valeriy Onuchin: · 1cd81d2e
      Rene Brun authored
      - add possibility to create an animated GIF file from canvas
        (in both GUI and batch mode).
      
      It's possible to Print pad into an animated GIF file by specifying
      the file name as "myfile.gif+" or "myfile.gif+NN" ,
      where NN is the delay for displaying subimages  during animation in 10ms units.
      If NN is ommitted the delay between subimages is zero.
      
          for (int i=0; i<10; ++i) {
             // fill canvas for context
             // ...
             c1.Print("file.gif+");  // print canvas to GIF file
            }// end loop
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@16404 27541ba8-7e3a-0410-8455-c3a389f83636
      1cd81d2e
  22. Sep 19, 2006
  23. Sep 15, 2006
    • Rene Brun's avatar
      From Valeriy O. · b89461bb
      Rene Brun authored
      - libAfterImage.tar.gz
        Fixes for few bugs in reading multi-image gif files by
        Sasha Vasko and Valeriy Onuchin
      
      - TASImage.cxx
        o Several image formats can support subimages e.g.
          GIF, TIFF, BMP, XCF, ICO etc. The famous ones are
          animated GIF files.
          Possiblity to read subimages from multi-image files added.
            For example,
              i1 = TImage::Open("anim.gif.0"); // read the first subimage
              i2 = TImage::Open("anim.gif.1"); // read the second subimage
              i4 = TImage::Open("anim.gif.3"); // read the forth subimage
      
        o TASImage::Draw method. Take into account the
          gStyle->GetScreenFactor() when a new canvas displaing an image is created.
      
      - TImageDump.cxx
        o Small correction in comment
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@16278 27541ba8-7e3a-0410-8455-c3a389f83636
      b89461bb
  24. Sep 13, 2006
  25. Jul 12, 2006
  26. Jun 30, 2006
  27. Jun 23, 2006
  28. May 31, 2006
  29. May 29, 2006
  30. May 23, 2006
Loading