done new Gif render

This commit is contained in:
Paddy Xu
2018-06-14 00:02:52 +03:00
parent c13839cb19
commit cc48d9427a
7 changed files with 50 additions and 180 deletions

View File

@@ -1,4 +1,4 @@
// Copyright © 2017 Paddy Xu
// Copyright © 2018 Paddy Xu
//
// This file is part of QuickLook program.
//
@@ -84,6 +84,7 @@ namespace QuickLook.Plugin.ImageViewer
public void Cleanup()
{
_ip?.Dispose();
_ip = null;
}