Merge branch 'master' into fluent

This commit is contained in:
Paddy Xu
2017-08-12 20:55:33 +03:00
committed by GitHub
3 changed files with 4 additions and 15 deletions

View File

@@ -33,18 +33,7 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage
using (var image = new MagickImage(path))
{
switch (image.Orientation)
{
case OrientationType.RightTop:
image.Rotate(90);
break;
case OrientationType.BottomRight:
image.Rotate(180);
break;
case OrientationType.LeftBotom:
image.Rotate(270);
break;
}
image.AutoOrient();
animator.KeyFrames.Add(new DiscreteObjectKeyFrame(image.ToBitmapSource(), TimeSpan.Zero));
animator.Duration = Duration.Forever;

View File

@@ -8,7 +8,7 @@
<Editor_FontFamily>Consolas,Microsoft Yahei UI,Microsoft Yahei,SimSun</Editor_FontFamily>
</zh-CN>
<zh-TW>
<Editor_FontFamily>Segoe UI,Microsoft JhengHei UI,Microsoft JhengHei,SimSun</Editor_FontFamily>
<Editor_FontFamily>Consolas,Microsoft JhengHei UI,Microsoft JhengHei,MingLiU</Editor_FontFamily>
</zh-TW>
<ja-JP>
<Editor_FontFamily>Consolas,Meiryo UI,MS UI Gothic,MS Gothic</Editor_FontFamily>