From 360a5fcc66faa10a38e24124fe04b9915ac86da5 Mon Sep 17 00:00:00 2001 From: Phap Dieu Duong <d2phap@gmail.com> Date: Sat, 7 Aug 2021 22:03:33 +0800 Subject: [PATCH] enable Multipage features for tiff & fax #1091 #1113 --- Source/Components/ImageGlass.Heart/Photo.cs | 2 ++ Source/ImageGlass/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/Components/ImageGlass.Heart/Photo.cs b/Source/Components/ImageGlass.Heart/Photo.cs index 58e7d337c..5adc0bb4d 100644 --- a/Source/Components/ImageGlass.Heart/Photo.cs +++ b/Source/Components/ImageGlass.Heart/Photo.cs @@ -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 { diff --git a/Source/ImageGlass/Properties/AssemblyInfo.cs b/Source/ImageGlass/Properties/AssemblyInfo.cs index 9ee39bb01..10e1ec8a1 100644 --- a/Source/ImageGlass/Properties/AssemblyInfo.cs +++ b/Source/ImageGlass/Properties/AssemblyInfo.cs @@ -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")]