Browse Source

Merge branch 'michael-mason-tiff-format-patch' into dev

Former-commit-id: c659f0734df6f076022b6f711e7e33f6233feeee
pull/17/head
James South 12 years ago
parent
commit
9d50c2da60
  1. 4
      src/ImageProcessor/Imaging/Formats/TiffFormat.cs
  2. 2
      src/ImageProcessor/Properties/AssemblyInfo.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 }
};
}
}

2
src/ImageProcessor/Properties/AssemblyInfo.cs

@ -41,4 +41,4 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
Loading…
Cancel
Save