Browse Source

fix for allowing the loading of mac tiffs

Former-commit-id: de78a6432aff5284ac8eda35a9b14176c97c61a2
pull/17/head
michael-mason 12 years ago
parent
commit
c594ab05d8
  1. 4
      src/ImageProcessor/Imaging/Formats/TiffFormat.cs

4
src/ImageProcessor/Imaging/Formats/TiffFormat.cs

@ -29,8 +29,8 @@ namespace ImageProcessor.Imaging.Formats
{
return new[]
{
new byte[] { 73, 73, 42 },
new byte[] { 77, 77, 42 }
new byte[] { 73, 73, 42, 0 },
new byte[] { 77, 77, 0, 42 }
};
}
}

Loading…
Cancel
Save