]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagtiff.h
Add a note about a few other wxGTK changes that were made
[wxWidgets.git] / include / wx / imagtiff.h
index 4607162bf06459fe0819ef1cd61baf8fe463c8af..44e8c6fa6426e85036d7739db89eccadf96449d3 100644 (file)
 
 #include "wx/image.h"
 
 
 #include "wx/image.h"
 
+// defines for wxImage::SetOption
+#define wxIMAGE_OPTION_BITSPERSAMPLE               wxString(_T("BitsPerSample"))
+#define wxIMAGE_OPTION_SAMPLESPERPIXEL             wxString(_T("SamplesPerPixel"))
+#define wxIMAGE_OPTION_COMPRESSION                 wxString(_T("Compression"))
+#define wxIMAGE_OPTION_IMAGEDESCRIPTOR             wxString(_T("ImageDescriptor"))
 
 //-----------------------------------------------------------------------------
 // wxTIFFHandler
 
 //-----------------------------------------------------------------------------
 // wxTIFFHandler