mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
start working on NConvert
This commit is contained in:
@@ -25,9 +25,10 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage
|
||||
{
|
||||
internal abstract class AnimationProvider : IDisposable
|
||||
{
|
||||
protected AnimationProvider(string path, Dispatcher uiDispatcher)
|
||||
protected AnimationProvider(string path, NConvert meta, Dispatcher uiDispatcher)
|
||||
{
|
||||
Path = path;
|
||||
Meta = meta;
|
||||
Dispatcher = uiDispatcher;
|
||||
}
|
||||
|
||||
@@ -35,6 +36,8 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage
|
||||
|
||||
public string Path { get; }
|
||||
|
||||
public NConvert Meta { get; }
|
||||
|
||||
public Int32AnimationUsingKeyFrames Animator { get; protected set; }
|
||||
|
||||
public abstract void Dispose();
|
||||
|
Reference in New Issue
Block a user