-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FeatureRequest] Any plan to support vector image files preview? Such as emf, wmf, svg... #385
Comments
Alternate Solution A new and much powerful exploer extension: |
Update:
|
For .ai, I am afraid the link you provided is a plugin for Adobe Illustrator, it just allows Adobe Illustrator to save a file into .xaml. For .eps, it can be converted into PDF first. Let me test NConvert for emf and wmf. |
Any status update on this? |
I would like to have previews of EPS files too. SVG and the other vector formats would be even nice. Thanks a lot for considering to integrate it. |
@xupefei did you get to try emf files with nconvert? I don't know if my thinking is too narrow here but if formats are supported by NConvert (see NConvert/docs/Formats.txt) shouldn't it be possible to just add them to the format-list in QuickLook.Plugin.ImageViewer/Plugin.cs? |
@xupefei may I remind you of my last unanswered question? |
Sorry for not answering your question. I just switched the ImageViewer from NConvert to ImageMagick in the latest Nightly. ImageMagic might be able to handle all formats the OP mentioned (haven't tried). Yes, just add it to the format list is enough. |
No problem, thx for replying now ;)
|
EPS plugin is now available: https://github.com/QL-Win/QuickLook/wiki/Available-Plugins Enjoy :) |
Thanks a lot!!!! 🎉 |
Want to to do we have any plan to support vector images?
For example, emf, svg, wmf and eps.
Currently when preview emf, it shows like:
Additional Information
I'm not fammilar with development of windows appliction. But I tried to search related posts on Google (Hope these will be useful):
For emf and wmf:
How to: Load and Display Metafiles
For svg:
SVG.NET
For eps and ai:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/a28b4305-7f58-48ad-ad63-03fce656fb93/cwpf-viewing-and-eps-ai-vector-looking-for-tutorial-examples-api?forum=wpf
The text was updated successfully, but these errors were encountered: