Skip to content
Snippets Groups Projects
Commit b89461bb authored by Rene Brun's avatar Rene Brun
Browse files

From Valeriy O.

- 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
parent 7b36a6d8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment