Search found 4 matches

by spaced
2017-09-04T02:16:14-07:00
Forum: Users
Topic: Font handling
Replies: 3
Views: 3150

Re: Font handling

Thank you for your reply. How would I go about investigating which of those 4 are causing the issue? I tried checking which version of Freetype I have installed but couldn't find that information :/ If it helps, I just ran a test using the latest version of graphicsmagick and got the same issue as w...
by spaced
2017-09-02T05:50:23-07:00
Forum: Users
Topic: Font handling
Replies: 3
Views: 3150

Font handling

I'm wondering if anyone here can shed any light on a problem I'm having. Certain fonts behave differently when I use them in PS / Illustrator and ImageMagick For example, RoseWood font: http://www.fontpalace.com/font-details/Rosewood/ In Photoshop (or other applications), all the letters are close t...
by spaced
2017-07-17T09:34:04-07:00
Forum: Users
Topic: newPseudoImage not working - please help!
Replies: 5
Views: 4605

Re: newPseudoImage not working - please help!

Snibgo, Bonzo - Thank you!

Yes, it needed the colon. It didn't even occur to me to check the source code of the linked page :/

Incidentally it did need the quotes when it was being called from the function, so:

Code: Select all

newPseudoImage('LOGO:');


Thanks again for your help!
by spaced
2017-07-17T03:01:32-07:00
Forum: Users
Topic: newPseudoImage not working - please help!
Replies: 5
Views: 4605

newPseudoImage not working - please help!

Hi I've been struggling with this for several days now, so I'm hoping someone can guide me in the right direction. I'm trying to get newPseudoImage working but any scripts with it in keeps throwing up a 500 Internal Server Error. Example taken from http://phpimagick.com/Imagick/newPseudoImage <?php ...