// @(#)root/graf:$Id: TASPluginGS.h 20882 2007-11-19 11:31:26Z rdm $
// Author: Valeriy Onuchin   23/06/05

/*************************************************************************
 * Copyright (C) 2001-2002, Rene Brun, Fons Rademakers                   *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#ifndef ROOT_TASPluginGS
#define ROOT_TASPluginGS


//////////////////////////////////////////////////////////////////////////
//                                                                      //
//  TASPluginGS                                                         //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#ifndef ROOT_TASImagePlugin
#include "TASImagePlugin.h"
#endif


class TASPluginGS : public TASImagePlugin {

private:
   char  *fInterpreter;   // path to GhostScript interpreter

public:
   TASPluginGS(const char *ext);
   virtual ~TASPluginGS();

   ASImage *File2ASImage(const char *filename);

   ClassDef(TASPluginGS, 0)  // PS/EPS/PDF plugin based on GhostScript interpreter
};

#endif

Last change: Thu Dec 4 08:17:02 2008
Last generated: 2008-12-04 08:17

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.