-
Notifications
You must be signed in to change notification settings - Fork 34
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
preview: support previewing EPS files #327
Comments
(Note: as an alternative option to finding a nice frontend-side image viewer solution, one could think of creating flexible backend-side image manipulation first before the source file is passed to the previewer.. E.g. using the ImageMagick helper tool would convert EPS files to PNG on the backend side and the frontend would visualise PNG. Such as approach is more complex, but might have an advantage of being possibly used in the future for other specialised file formats.) |
1️⃣ Converting the EPS files on the server side is very likely the best idea. For this there are plenty of options available (ImageMagick, Ghostscript, cairo2svg, ...) and this option has indeed the advantage Tibor mentioned. (Note: I'm deliberately ignoring external APIs like CloudConvert, Cloudmersive and such) |
I fully agree with Giuseppe. I haven't found any client-side libraries for previewing EPS files, so we should take the server-side approach. |
Physics workflows' output plots are often produced in the EPS (=Encapsulated PostScript) format.
These files cannot be currently previewed when browsing the Workspace tab files.
Let's investigate whether we could add support for previewing EPS files too.
The text was updated successfully, but these errors were encountered: