more options for JPEG and TIFF handlers (slightly modified patch 1044470)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-19 16:32:29 +00:00
parent a4622f29d8
commit fe9308c639
5 changed files with 119 additions and 31 deletions

View File

@@ -16,15 +16,6 @@
#include "wx/image.h"
// defines for wxImage::SetOption
#define wxIMAGE_OPTION_RESOLUTION wxString(_T("Resolution"))
#define wxIMAGE_OPTION_RESOLUTIONUNIT wxString(_T("ResolutionUnit"))
enum
{
wxIMAGE_RESOLUTION_INCHES = 1,
wxIMAGE_RESOLUTION_CM = 2
};
//-----------------------------------------------------------------------------
// wxJPEGHandler
@@ -53,8 +44,5 @@ private:
};
#endif
#endif
// _WX_IMAGJPEG_H_
#endif // _WX_IMAGJPEG_H_