These are the instructions that worked for me to install imagemagick and imagick from source:
http://blog.servint.net/2013/07/26/inst ... agemagick/
Search found 23 matches
- 2014-03-05T08:45:29-07:00
- Forum: Users
- Topic: svg symbols clipped
- Replies: 6
- Views: 3726
- 2014-03-05T06:26:51-07:00
- Forum: Users
- Topic: svg symbols clipped
- Replies: 6
- Views: 3726
Re: svg symbols clipped
Corr I could not work out where the right place was for Imagemagick (convert my/path/test.svg test.png put the test.png in the very root of my vps) So again I uninstalled but this time installed both imagemagick and imagick via whm. Now I have a functioning imagemagick but it's version 6.5.4 :-( Now ...
- 2014-03-05T03:43:24-07:00
- Forum: Users
- Topic: svg symbols clipped
- Replies: 6
- Views: 3726
Re: svg symbols clipped
I couldn't find the relevant info in config.log so I've started again! I now have imagemagick-6.8.8-7 and my list of delegates is bzlib mpeg fontconfig freetype gslib jng jpeg lcms pango png ps rsvg tiff x xml zlib As my install still isn't working quite as I'd expect, I checked my old lifst of ...
- 2014-03-04T15:04:39-07:00
- Forum: Users
- Topic: svg symbols clipped
- Replies: 6
- Views: 3726
Re: svg symbols clipped
Thank you, I realised that since I installed 6.8.8-7 from source I no longer had rsvg.
So installed rsvg through whm then reinstalled imagemagick but convert -list configure still doesn't show rsvg in the delegates and DISTCHECK_CONFIG_FLAGS --with-rsvg=no
So installed rsvg through whm then reinstalled imagemagick but convert -list configure still doesn't show rsvg in the delegates and DISTCHECK_CONFIG_FLAGS --with-rsvg=no
- 2014-03-04T08:56:31-07:00
- Forum: Users
- Topic: svg symbols clipped
- Replies: 6
- Views: 3726
svg symbols clipped
Would anyone be so kind as to have a look at my svg for convert to png? Created in Illustrator, it contains a repeating symbol which seems to be being clipped into the top left hand corner, plus there are some gaps in the rendering of the "Afternoon" img. https://www.dropbox.com/s/k9n0v4a1x9clq55 ...
- 2014-02-22T05:04:11-07:00
- Forum: Users
- Topic: SVG to png font madness
- Replies: 1
- Views: 3180
SVG to png font madness
I have custom fonts installed on my shared server that are present in convert -list font. Font: AmaticSC family: Amatic SC style: Undefined stretch: Undefined weight: 0 glyphs: /home/under/www/devel/jb_fonts/AmaticSC-Regular.ttf I have a functioning type.xml in $HOME/.magick (thank you Anthony for ...
- 2014-02-19T06:20:40-07:00
- Forum: Users
- Topic: Additional fonts on shared host
- Replies: 30
- Views: 11346
Re: Additional fonts on shared host
I hoped that would do the trick but removing the single quotations from around the font family in the svg still didn't change anything.
- 2014-02-18T11:32:53-07:00
- Forum: Users
- Topic: Additional fonts on shared host
- Replies: 30
- Views: 11346
Re: Additional fonts on shared host
I'm not sure if I've saved the svg correctly as the only reference is <text transform="matrix(1 0 0 1 52.4165 279.9727)" fill="#2B2A2B" font-family="'Courier-Bold'" font-size="11">Simon & Tim - 42 Greenwood Way, Manchester, MC5 7UH</text> I've tried saving the svg with options - Fonts/Type - SVG and ...
- 2014-02-18T11:14:29-07:00
- Forum: Users
- Topic: Additional fonts on shared host
- Replies: 30
- Views: 11346
Re: Additional fonts on shared host
I've put an example svg in dropbox (with courier-bold font embedded)
https://www.dropbox.com/s/kgfd2daeqxbqr ... atBack.svg
My developer is going to try PHP exec() I think, though shared hosting may mean this isn't possible.
https://www.dropbox.com/s/kgfd2daeqxbqr ... atBack.svg
My developer is going to try PHP exec() I think, though shared hosting may mean this isn't possible.
- 2014-02-18T10:49:23-07:00
- Forum: Users
- Topic: Additional fonts on shared host
- Replies: 30
- Views: 11346
Re: Additional fonts on shared host
convert -version shows: Version: ImageMagick 6.6.0-4 2012-05-03 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC Features: OpenMP convert -list configure shows: DELEGATES bzlib djvu fontconfig freetype gvc jpeg jng jp2 lcms lqr openexr png rsvg tiff x11 xml ...
- 2014-02-18T02:12:28-07:00
- Forum: Users
- Topic: Help SVG -> JPG with fonts (font-family attribute)
- Replies: 11
- Views: 9656
Re: Help SVG -> JPG with fonts (font-family attribute)
Did you get anywhere with this? Facing the same issue...
- 2014-02-18T00:53:40-07:00
- Forum: Users
- Topic: Additional fonts on shared host
- Replies: 30
- Views: 11346
Re: Additional fonts on shared host
My output for svg delegates is :
svg => "rsvg" "%i" "%o"
svg => "rsvg" "%i" "%o"
- 2014-02-17T14:25:17-07:00
- Forum: Users
- Topic: Additional fonts on shared host
- Replies: 30
- Views: 11346
Re: Additional fonts on shared host
My hosts finally agreed to create a .magick directory for me at $HOME, so I'm now able to see my custom fonts when I run convert -list font. BUT on svg to png convert the font always defaults to arial. I've tested with a system font too and the same occurs. I've seen a few posts about this but no ...
- 2014-02-17T03:30:32-07:00
- Forum: Users
- Topic: Additional fonts on shared host
- Replies: 30
- Views: 11346
Re: Additional fonts on shared host
I've added the path to the font folder:
$image = setFont("/fonts");
But no dice...
$image = setFont("/fonts");
But no dice...
- 2014-02-16T10:00:43-07:00
- Forum: Users
- Topic: Additional fonts on shared host
- Replies: 30
- Views: 11346
Re: Additional fonts on shared host
Even more confused now then. So there's only reference to Imagick and not Imagemagick itself. Is there anyway for me to call a font folder that exists outside of the root of the shared server?