gtDMMB / RNAStructViz

Visualization, comparison, and analysis of RNA secondary structures via a cross-platform GUI
https://github.com/gtDMMB/RNAStructViz/wiki
GNU General Public License v3.0
17 stars 5 forks source link

Feature request: Add multiple image export formats (e.g., SVG and PNG) #82

Closed maxieds closed 4 years ago

maxieds commented 4 years ago

As suggested by @alaederach, we should support other image export formats (besides PNG) that are easy to implement using libcairo. One of these is SVG.

maxieds commented 4 years ago

@alaederach Please test with the new v2.2.6-testing release. It contains new implementations of saving to alternate image formats (including SVG). You can reinstall by running:

$ brew update
$ brew reinstall gtdmmb/core/rnastructviz
$ RNAStructViz --about

If it works for you, then I will also add this functionality to the export button in the radial layout viewer. Let me know.

maxieds commented 4 years ago

Mac OSX 10.14.x support verified!