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:
@@ -31,7 +31,8 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage
|
||||
private BitmapSource _frameSource;
|
||||
private bool _isPlaying;
|
||||
|
||||
public GifAnimationProvider(string path, Dispatcher uiDispatcher) : base(path, uiDispatcher)
|
||||
public GifAnimationProvider(string path, NConvert meta, Dispatcher uiDispatcher) : base(path, meta,
|
||||
uiDispatcher)
|
||||
{
|
||||
_frame = (Bitmap) Image.FromFile(path);
|
||||
_frameSource = _frame.ToBitmapSource();
|
||||
|
Reference in New Issue
Block a user