]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/image/image.cpp
No code changes.
[wxWidgets.git] / tests / image / image.cpp
index ae63591d8e5a9441485956fc9ef790b0aba160b0..22384f5e1f313afed15f2b13040c2a04bdad4673 100644 (file)
@@ -912,15 +912,8 @@ void CompareImage(const wxImageHandler& handler, const wxImage& image,
         return;
     }
 
-    if (type == wxBITMAP_TYPE_JPEG /* skip lossy JPEG */
-        || type == wxBITMAP_TYPE_TIF)
+    if (type == wxBITMAP_TYPE_JPEG /* skip lossy JPEG */)
     {
-        /*
-        TIFF is skipped because the memory stream can't be loaded. Libtiff
-        looks for a TIFF directory at offset 120008 while the memory
-        stream size is only 120008 bytes (when saving as a file
-        the file size is 120280 bytes).
-        */
         return;
     }