Search found 6 matches

by axertion
2014-05-28T15:56:22-07:00
Forum: Users
Topic: SVG font definitions do not work on CentOS 6.5 using Imagick
Replies: 15
Views: 18699

Re: SVG font definitions do not work on CentOS 6.5 using Ima


I've never used Raphael. I would be wary of using different engines for rasterisation, eg user proof-reading from one tool but printing from another.

I don't really have a choice. Rasterizing from the browser just isn't possible with Raphael, and to do it I would have to import the SVG into ...
by axertion
2014-05-25T15:07:09-07:00
Forum: Users
Topic: SVG font definitions do not work on CentOS 6.5 using Imagick
Replies: 15
Views: 18699

Re: SVG font definitions do not work on CentOS 6.5 using Ima

No, my vector graphic is a jacket. I didn't embed it here in the forums as it contains large image data (the image overlay for the shading etc).

Look at this to see an example: http://107.170.178.240/test.php

The user enters in text, it appears as rendered SVG in the browser (created with Raphael ...
by axertion
2014-05-25T14:05:00-07:00
Forum: Users
Topic: SVG font definitions do not work on CentOS 6.5 using Imagick
Replies: 15
Views: 18699

Re: SVG font definitions do not work on CentOS 6.5 using Ima

I'm building a tool that allows customers to customize text on a jacket, and it leverages SVGs rendered in the browsers for the previews.

What I am trying to do is convert the SVG to a flattened image so I can save it to the server and view it later (without having to have fonts installed etc to ...
by axertion
2014-05-25T12:46:23-07:00
Forum: Users
Topic: SVG font definitions do not work on CentOS 6.5 using Imagick
Replies: 15
Views: 18699

Re: SVG font definitions do not work on CentOS 6.5 using Ima

Isn't that what ImageMagick is supposed to do with SVG text though? Rasterize it into a JPG or PNG or whatever format requested? (sorry, my knowledge of how it works is primitive).

I realize it may be using some system built in SVG rendering engine, but there just seems to be a lack of ...
by axertion
2014-05-25T11:09:28-07:00
Forum: Users
Topic: SVG font definitions do not work on CentOS 6.5 using Imagick
Replies: 15
Views: 18699

Re: SVG font definitions do not work on CentOS 6.5 using Ima

In my experiments with fonts in SVG, on Windows 8.1, the only critical step is to install the font so Windows knows about it. It seems that IM doesn't pass font information to the SVG process, and it doesn't matter if IM knows about the font or not. The SVG process seems to get font info directly ...
by axertion
2014-05-24T14:24:37-07:00
Forum: Users
Topic: SVG font definitions do not work on CentOS 6.5 using Imagick
Replies: 15
Views: 18699

SVG font definitions do not work on CentOS 6.5 using Imagick

I cannot for the life of me figure out why my custom fonts are not working with ImageMagick converting SVGs to different file formats. I've scoured the forums and net trying pretty much all solutions and Imagick just doesn't use the custom fonts.

Server OS:
Centos 6.5, 32bit

ImageMagick Version ...