File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
tests/ImageSharp.Tests/Formats/Tiff Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -270,13 +270,6 @@ public void TiffDecoder_CanDecode_24Bit_WithUnassociatedAlpha<TPixel>(TestImageP
270270 public void TiffDecoder_CanDecode_24Bit_WithAssociatedAlpha < TPixel > ( TestImageProvider < TPixel > provider )
271271 where TPixel : unmanaged, IPixel < TPixel >
272272 {
273- // if (TestEnvironment.IsMacOS)
274- // {
275- // // Only debug save on OSX: For some reason the reference image has a difference of 50%. The imagesharp output file looks ok though.
276- // using Image<TPixel> image = provider.GetImage(TiffDecoder.Instance);
277- // image.DebugSave(provider);
278- // return;
279- // }
280273
281274 TestTiffDecoder ( provider , useExactComparer : false , compareTolerance : 0.405F ) ;
282275 }
You can’t perform that action at this time.
0 commit comments