/////////////////////////////////////////////////////////////////////////////
-// Name: imagtiff.h
+// Name: wx/imagtiff.h
// Purpose: wxImage TIFF handler
// Author: Robert Roebling
// RCS-ID: $Id$
#if wxUSE_LIBTIFF
#include "wx/image.h"
+#include "wx/versioninfo.h"
// defines for wxImage::SetOption
#define wxIMAGE_OPTION_BITSPERSAMPLE wxString(wxT("BitsPerSample"))
public:
wxTIFFHandler();
+ static wxVersionInfo GetLibraryVersionInfo();
+
#if wxUSE_STREAMS
virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );