#include <string.h>
#include <stdlib.h>
#include "TGHtml.h"
#include "TImage.h"
#include "TUrl.h"
#include "TSocket.h"
#include "TSystem.h"
Go to the source code of this file.
Functions | |
static TImage * | ReadRemoteImage (const char *url) |
static TImage* ReadRemoteImage | ( | const char * | url | ) | [static] |
Definition at line 209 of file TGHtmlImage.cxx.
References TSystem::BaseName(), TString::BeginsWith(), buf, calloc(), TString::Data(), TString::EndsWith(), fclose(), fopen, TString::Format(), free(), fwrite, TUrl::GetFile(), TUrl::GetHost(), TUrl::GetPort(), TUrl::GetProtocol(), gSystem, image, TString::Length(), TImage::Open(), s, size, TSystem::TempDirectory(), and TSystem::Unlink().
Referenced by TGHtml::LoadImage().