Search found 7 matches
- 2018-06-05T11:26:54-07:00
- Forum: Users
- Topic: Trouble converting svg with base64 images to png with rsvg
- Replies: 11
- Views: 5937
Re: Trouble converting svg with base64 images to png with rsvg
Anyone have any idea what might be causing this issue with my images where it's not rendering an embedded image?
- 2018-05-28T22:48:13-07:00
- Forum: Users
- Topic: Trouble converting svg with base64 images to png with rsvg
- Replies: 11
- Views: 5937
Re: Trouble converting svg with base64 images to png with rsvg
I know whats causing hte font issue. Its the image thats the problem the N. if you look at the N in that logo its not completely filled in on the image magick generated image. That happens to be an embeded image that has been converted to a base64 string.
- 2018-05-28T17:18:40-07:00
- Forum: Users
- Topic: Trouble converting svg with base64 images to png with rsvg
- Replies: 11
- Views: 5937
Re: Trouble converting svg with base64 images to png with rsvg
Here is what is going on. https://www.dropbox.com/s/5sa0cxfnfryi1gy/Screen%20Shot%202018-05-28%20at%205.06.43%20PM.png?dl=0 https://www.dropbox.com/s/z853ebbhblomjtv/Screen%20Shot%202018-05-28%20at%205.07.46%20PM.png?dl=0 The logo's on these two images should be identical. The font maybe not because ...
- 2018-05-28T15:48:59-07:00
- Forum: Users
- Topic: Trouble converting svg with base64 images to png with rsvg
- Replies: 11
- Views: 5937
Re: Trouble converting svg with base64 images to png with rsvg
Is there a way to set the memory restrictions in ImageMagick? or in librsvg or in Inkscape?
- 2018-05-28T15:21:14-07:00
- Forum: Users
- Topic: Trouble converting svg with base64 images to png with rsvg
- Replies: 11
- Views: 5937
Re: Trouble converting svg with base64 images to png with rsvg
I'm actually using php-imagick. But the issue is coming from ImageMagick itself. I'm grabbing the contents of the svg converting it to png. THen sending it out as a response through laravel. However, I don't think its this code thats causing the problem. The images used to render properly before I ...
- 2018-05-28T14:27:06-07:00
- Forum: Users
- Topic: Trouble converting svg with base64 images to png with rsvg
- Replies: 11
- Views: 5937
Re: Trouble converting svg with base64 images to png with rsvg
The original version of imagemagick was 6.9.7.4 the version of ImageMagick I'm currently using is 7.0.7-35 and the version of librsvg-2.42.4.
I do have inkscape installed as well. Not sure however, if its using it.
I do have inkscape installed as well. Not sure however, if its using it.
- 2018-05-28T13:06:51-07:00
- Forum: Users
- Topic: Trouble converting svg with base64 images to png with rsvg
- Replies: 11
- Views: 5937
Trouble converting svg with base64 images to png with rsvg
Hello, I'm having a bit of a problem with ImageMagick. I was originally having trouble getting fonts to appear on my png images converted from svg. After many days I finally found on a forum somewhere environment variable that needed to be set to get fonts working in my program. However, in the ...