Search found 65 matches
- 2014-10-20T17:57:01-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Re: Ampersand symbol in text fails to convert svg to png
Any help please? I have been stuck on this rsvg issue for weeks now and hoping someone will be able to tell me why I can't get svg converted to png if I installed from source, without error and delegates are showing that rsvg is being used. Please help.
- 2014-10-20T17:56:20-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Re: Ampersand symbol in text fails to convert svg to png
Any help please? I have been stuck on this rsvg issue for weeks now and hoping someone will be able to tell me why I can't get svg converted to png if I installed from source, without error and delegates are showing that rsvg is being used. Please help.
- 2014-10-17T09:02:38-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Re: Ampersand symbol in text fails to convert svg to png
Here is the config.log after I installed imagemagick as per the earlier thread: https://s3-us-west-1.amazonaws.com/topgun.tango/config.log . Can you please take a look and see if you can spot any issues? I do not see any errors in that file but perhaps you will be able to tell if the rsvg settings ...
- 2014-10-14T13:14:03-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Re: Ampersand symbol in text fails to convert svg to png
Thanks fmw42,
Let me review delegates.xml. Where can I find the errors logged to see if there is any RSVG install problems reported?
Any linux experts out there who could help here, please?
Let me review delegates.xml. Where can I find the errors logged to see if there is any RSVG install problems reported?
Any linux experts out there who could help here, please?
- 2014-10-12T21:09:53-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Re: Ampersand symbol in text fails to convert svg to png
Thanks for suggestion that delegates may be the culprit. I have spent entire weekend to try to validate that this is indeed the delegates. Namely, I did the following: 1. Span up brand new CentOS 6.5 VM. 2. As root, Installed the latest ImageMagick from source as follows: wget http://www.imagemagick ...
- 2014-10-11T00:24:28-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Re: Ampersand symbol in text fails to convert svg to png
Hello fmw42, Thank you for your thoughts. My CentOS runs [tango@centos ~]$ convert -list format | grep SVG MSVG rw+ ImageMagick's own SVG internal renderer SVG rw+ Scalable Vector Graphics (XML 2.7.6) SVGZ rw+ Compressed Scalable Vector Graphics (XML 2.7.6) If test.svg does not have the font ...
- 2014-10-10T21:13:15-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Re: Ampersand symbol in text fails to convert svg to png
Thank you for testing further. I am running 6.8.7-1 2013-10-20 Q16. My config uses the following delegate: [tango@centos]$ convert -list delegate | grep 'svg =' svg => "rsvg-convert" -o "%o" "%i" Your created image shows as broken. When I take your svg sample, it converts with ampersand in it but it ...
- 2014-10-09T20:56:07-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Re: Ampersand symbol in text fails to convert svg to png
Any thoughts from anyone else on this issue? I also noticed that some other special characters like double quotes get converted to a single quote. Did anyone ever experience this?
- 2014-10-09T07:05:31-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Re: Ampersand symbol in text fails to convert svg to png
Not sure I understand. In the svg files, the text is represented already as "Patrick & Kathleen". Hence imagemagick so convert it to png without a problem, right?
- 2014-10-08T23:26:00-07:00
- Forum: Users
- Topic: Ampersand symbol in text fails to convert svg to png
- Replies: 18
- Views: 13268
Ampersand symbol in text fails to convert svg to png
I have this issue that I have been struggling with and can't seem to resolve. Specifically, I am converting an svg image to png. This works beautifully. However, if the svg image contains ampersand symbol in its text, then the generated png file ends up being empty. The font for the text can be of ...
- 2014-03-18T11:24:46-07:00
- Forum: Users
- Topic: svg conversion and supported fonts
- Replies: 13
- Views: 15786
Re: svg conversion and supported fonts
Hello, I am sorry about the delay in responding. Thank you for explaining the svg - it makes a lot of sense. I also flagged ng-style attribute with engineering as that very well may be the reason for the cut off. In terms of my original question of managing font support when converting svg to png, I ...
- 2014-03-02T16:27:34-07:00
- Forum: Users
- Topic: svg conversion and supported fonts
- Replies: 13
- Views: 15786
Re: svg conversion and supported fonts
Did you change the font name references in the svg itself? Also, the output has the text cut off at the bottom and on the right where as the SVG image does not (see here http://sourcepin.com/text-sample.png ). Does that mean that the font sizing is off? How one does control the size to make sure it ...
- 2014-03-02T09:14:42-07:00
- Forum: Users
- Topic: svg conversion and supported fonts
- Replies: 13
- Views: 15786
Re: svg conversion and supported fonts
Here is the sample svg file that I am converting, basically having 9 text strings, each one using of the browser "safe" fonts: <svg id="abc" xmlns="https://www.w3.org/2000/svg" version="1.2" xmlns:xlink="https://www.w3.org/1999/xlink" ng-style="{width:(s.dim.w*zoom)+'px',height:(s.dim.h*zoom)+'px ...
- 2014-03-02T03:12:52-07:00
- Forum: Users
- Topic: svg conversion and supported fonts
- Replies: 13
- Views: 15786
Re: svg conversion and supported fonts
Thank you for these links but isn't there an easier way such as adding the fonts at the system level to make them available to imageMagick as outlined here: http://www.webhostingtalk.com/showthread.php?t=589071 and here http://stackoverflow.com/questions/2650882/make-imagemagick-recognize-a-font I ...
- 2014-03-02T00:59:55-07:00
- Forum: Users
- Topic: svg conversion and supported fonts
- Replies: 13
- Views: 15786
Re: svg conversion and supported fonts
Thanks for the advice but where can I find the inkspace, how do I install and how do I recompile imageMagick. I did not install it from source but rather using yum pointing to latest CentOS packages.