41      h = 
gROOT->GetPluginManager()->FindHandler(
"TImage");
 
   43      if (
h->LoadPlugin() == -1) {
 
   49   if (img) img->
SetName(
"dummy_image");
 
  113   printf(
"TImage: \"%s\"\n", 
GetName() );
 
include TDocParser_001 C image html pict1_TDocParser_001 png width
 
TImage operator+(const TImage &i1, const TImage &i2)
 
TImage operator/(const TImage &i1, const TImage &i2)
 
R__EXTERN TSystem * gSystem
 
Array of doubles (64 bits per element).
 
A class to define a conversion from pixel values to pixel color.
 
An abstract interface to image processing library.
 
static TImage * Open(const char *file, EImageFileTypes type=kUnknown)
Open a specified image file.
 
virtual void ReadImage(const char *, EImageFileTypes=TImage::kUnknown)
 
virtual void SetImage(const Double_t *, UInt_t, UInt_t, TImagePalette *=0)
 
static TImage * Create()
Create an image.
 
virtual Bool_t SetImageBuffer(char **, EImageFileTypes=TImage::kPng)
 
virtual void Append(const TImage *, const char *="+", const char *="#00000000")
 
static EImageFileTypes GetImageFileTypeFromFilename(const char *opt)
Return the image type for the extension specified in filename.
 
virtual void ls(Option_t *option="") const
List this image with its attributes.
 
virtual void SetName(const char *name)
Set the name of the TNamed.
 
virtual const char * GetName() const
Returns name of object.
 
static void IndentLevel()
Functions used by ls() to indent an object hierarchy.
 
Bool_t EndsWith(const char *pat, ECaseCompare cmp=kExact) const
Return true if string ends with the specified string.
 
virtual Bool_t ExpandPathName(TString &path)
Expand a pathname getting rid of special shell characters like ~.