Enabled image sequence copying for BMP+WEBP, added Magick.NET fallback for GetImage()

This commit is contained in:
N00MKRAD
2021-05-19 16:40:32 +02:00
parent fed3312713
commit 8e14c61186
5 changed files with 188 additions and 8 deletions

View File

@@ -1,12 +1,7 @@
using Flowframes.Data;
using Flowframes.IO;
using Flowframes.Main;
using Flowframes.MiscUtils;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;