mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00

* Replace supported image extension list with image detection via MagickImageInfo. * Change ImageViewer priority to -4. Change VideoViewer priority to -3 and detect audio/video via MediaInfo instead of file extensions. * Make mediaInfo a class static and initialize once. Add some notes about MediaInfo Open and Close. * Remove try/catch from Prepare and let it be handled in caller. If there was an exception due to MediaInfo it would have already occurred in CanHandle. * Upgrade ImageMagick to latest * Only check extension for well known image and animated image types. For other image formats, let ImageMagick try to detect by file content. Upgrade to latest Magick.NET Co-authored-by: Frank Becker <frank.becker@thoughtexchange.com>
7 lines
390 B
XML
7 lines
390 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Magick.NET.Core" version="6.2.0" targetFramework="net462" />
|
|
<package id="Magick.NET.SystemWindowsMedia" version="3.0.9" targetFramework="net462" />
|
|
<package id="Magick.NET-Q8-AnyCPU" version="7.23.4" targetFramework="net462" />
|
|
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" />
|
|
</packages> |