Search found 3 matches
- 2013-02-18T15:52:04-07:00
- Forum: Users
- Topic: svg to png conversion and latex
- Replies: 4
- Views: 5151
Re: svg to png conversion and latex
My workflow includes creating images with gnuplot and I ran into the bug that is documented here: http://groups.google.com/group/comp.graphics.apps.gnuplot/browse_thread/thread/5ce52579a36a3712 The bug exists with .png images but not .svg images. Yes, I _should_ avoid this workflow, but right now ...
- 2013-02-18T13:41:10-07:00
- Forum: Users
- Topic: svg to png conversion and latex
- Replies: 4
- Views: 5151
Re: svg to png conversion and latex
Ok, I just tried the -enhance flag, and the result did
create a .png that could be displayed correctly by
latex:
convert -enhance file.svg file.png
create a .png that could be displayed correctly by
latex:
convert -enhance file.svg file.png
- 2013-02-18T13:07:43-07:00
- Forum: Users
- Topic: svg to png conversion and latex
- Replies: 4
- Views: 5151
svg to png conversion and latex
I just converted a .svg image to a .png with the simple command: convert file.svg file.png This new png file displays fine in various image display applications such as geeqie, eog (eye of gnome), and ristretto. However, when I read this .png into a latex document this image does not display ...