28 printf(
"Could not create an image... exit\n");
35 TString bc =
"BlackChancery.ttf";
39 img->
DrawText(120, 160,
"Hello World!", 32,
40 gROOT->GetColor(4)->AsHexString(),
44 img->
DrawText(250, 350,
"goodbye cruel world ...", 24, 0,
52 c1 =
new TCanvas(
"rose512",
"examples of image manipulations", 760, 900);
61 img3->
Merge(img2,
"allanon");
67 img4->
Merge(img4,
"tint");
73 img4->
Gradient(0,
"#FF0000 #00FF00 #220000FF", 0, 50, 50, 100, 100);
76 img4->
Bevel(300, 20, 160, 40,
"#ffffffff",
"#fe000000", 3, 0);
77 img4->
DrawLine(10, 100, 100, 10,
"#0000ff", 4);
Array of doubles (64 bits per element).
const Double_t * GetArray() const
virtual const TImagePalette & GetPalette() const
virtual void SetImageQuality(EImageQuality lquality)
virtual void SetConstRatio(Bool_t constRatio=kTRUE)
Set (constRatio = kTRUE) or unset (constRadio = kFALSE) the ratio flag.
A class to define a conversion from pixel values to pixel color.
An abstract interface to image processing library.
virtual void SetEditable(Bool_t=kTRUE)
static TImage * Open(const char *file, EImageFileTypes type=kUnknown)
Open a specified image file.
virtual void DrawText(Int_t=0, Int_t=0, const char *="", Int_t=12, const char *=0, const char *="fixed", EText3DType=TImage::kPlain, const char *=0, Float_t=0)
virtual UInt_t GetWidth() const
virtual Double_t * Vectorize(UInt_t=256, UInt_t=4, Int_t=0)
virtual void SetImage(const Double_t *, UInt_t, UInt_t, TImagePalette *=0)
virtual void Gradient(UInt_t=0, const char *="#FFFFFF #000000", const char *=0, Int_t=0, Int_t=0, UInt_t=0, UInt_t=0)
virtual void Tile(UInt_t, UInt_t)
virtual void DrawLine(UInt_t, UInt_t, UInt_t, UInt_t, const char *="#000000", UInt_t=1)
virtual void Bevel(Int_t=0, Int_t=0, UInt_t=0, UInt_t=0, const char *="#ffdddddd", const char *="#ff555555", UShort_t=1, Bool_t=kFALSE)
virtual TArrayD * GetArray(UInt_t=0, UInt_t=0, TImagePalette *=gWebImagePalette)
virtual void Merge(const TImage *, const char *="alphablend", Int_t=0, Int_t=0)
virtual void FillRectangle(const char *=0, Int_t=0, Int_t=0, UInt_t=0, UInt_t=0)
virtual void HSV(UInt_t=0, UInt_t=360, Int_t=0, Int_t=0, Int_t=0, Int_t=0, Int_t=0, UInt_t=0, UInt_t=0)
virtual TObject * Clone(const char *) const
Make a clone of an object using the Streamer facility.
virtual UInt_t GetHeight() const
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
static const TString & GetTutorialDir()
Get the tutorials directory in the installation. Static utility function.