Skip to content

Commit

Permalink
enable Multipage features for tiff & fax
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Aug 7, 2021
1 parent 3b1a96d commit 360a5fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Source/Components/ImageGlass.Heart/Photo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ public static ImgData Load(

case ".GIF":
case ".TIF":
case ".TIFF":
case ".FAX":
// Note: Using FileStream is much faster than using MagickImageCollection

try {
Expand Down
4 changes: 2 additions & 2 deletions Source/ImageGlass/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.2.8.6")]
[assembly: AssemblyFileVersion("8.2.8.6")]
[assembly: AssemblyVersion("8.2.8.7")]
[assembly: AssemblyFileVersion("8.2.8.7")]

0 comments on commit 360a5fc

Please sign in to comment.