Search found 49 matches

by Marcel71
2013-11-14T00:18:06-07:00
Forum: Users
Topic: Unable to read font Arial-Bold
Replies: 5
Views: 12004

Re: Unable to read font Arial-Bold

Hi,

It indeeds works properly when i use the whole path to the font.
But can i find out (like debugging) why it can't be found by just using the font name?

Regards,
Marcel
by Marcel71
2013-11-13T15:40:28-07:00
Forum: Users
Topic: Unable to read font Arial-Bold
Replies: 5
Views: 12004

Unable to read font Arial-Bold

Hi, This might be a php problem, but maybe somebody can help anyway :) I installed 6.8.7-5 on an Ubuntu server. Version: ImageMagick 6.8.7-5 Q16 x86_64 2013-11-10 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: DPC OpenMP Delegates: bzlib djvu fontconfi...
by Marcel71
2013-07-22T13:52:49-07:00
Forum: Users
Topic: Remove black (add transparency)
Replies: 9
Views: 9562

Re: Remove black (add transparency)

This left me with an empty canvas convert 6SyqTgj.png \( +clone -fill white -colorize 100 \) +swap -alpha off -compose copy_opacity -composite test1.png This looks indeed what i want, i will need to play with the multiply (like set it to 3 or higher) to get the correct result. convert \( 6SyqTgj.png...
by Marcel71
2013-07-22T13:38:50-07:00
Forum: Users
Topic: Remove black (add transparency)
Replies: 9
Views: 9562

Re: Remove black (add transparency)

I would like that the black turns transparent and the white becomes semi transparent. (so there is nothing black anymore, just white semi transparent stripes).

*Will try fmw's solution. Did not see that before posting this :)
by Marcel71
2013-07-22T13:07:22-07:00
Forum: Users
Topic: Remove black (add transparency)
Replies: 9
Views: 9562

Re: Remove black (add transparency)

That is strange. I see the image an i can connect to glitterbase.com

But okay, i uploaded the image to imgur :)

Image
by Marcel71
2013-07-22T12:37:48-07:00
Forum: Users
Topic: Remove black (add transparency)
Replies: 9
Views: 9562

Remove black (add transparency)

Hi everybody,

Does anybody know if it is possible with imagemagick to remove the black part and that the white stripes also become semi transparent?
Image

I searched, but could not find a 'ready to use' convert command...

Regards,
Marcel
by Marcel71
2013-06-21T10:57:39-07:00
Forum: Users
Topic: Add text on canvas of certain size
Replies: 5
Views: 5601

Re: Add text on canvas of certain size

Thanks, i think indeed that GreenKoppa's code is the closest i can get with this issue :)
The out.png text is a bit smaller than the resized text. But i can live with that.

Thanks all...
by Marcel71
2013-06-21T10:25:28-07:00
Forum: Users
Topic: Add text on canvas of certain size
Replies: 5
Views: 5601

Re: Add text on canvas of certain size

Well, i would like for users to dynamically resize the text within my website. So the "original" text is -pointsize 30. Then with a 'slider' and jQuery i would like that users can resize the text bigger or smaller. When moving the slider, the text (image) will get bigger or smaller immedia...
by Marcel71
2013-06-21T08:44:38-07:00
Forum: Users
Topic: Add text on canvas of certain size
Replies: 5
Views: 5601

Add text on canvas of certain size

Hi, What i am trying to do: 1) I have a text with pointsize 30 and then i resize it. For example: convert -font Arial -pointsize 30 label:"Imagemagick" -resize 140% out.png The resulting image is 280x50. And of-course, the text is a bit blurry. Now i would like to have the same text with t...
by Marcel71
2013-06-04T14:59:02-07:00
Forum: Users
Topic: Using .ai or .eps fonts
Replies: 1
Views: 3447

Using .ai or .eps fonts

Hi,

I guess it is not possible, but i will ask anyway :)

I saw this nice font and was wondering if i could use it with IM.
.ai: http://www.gifhoster.com/font_test/Multicolore.ai
.eps: http://www.gifhoster.com/font_test/Multicolore.eps

Regards,
Marcel
by Marcel71
2013-05-31T10:56:01-07:00
Forum: Users
Topic: Clear image setting history
Replies: 6
Views: 6572

Re: Clear image setting history

Thanks that helped. Now i do not have to save the intermediate image :)
by Marcel71
2013-05-31T08:42:15-07:00
Forum: Users
Topic: Clear image setting history
Replies: 6
Views: 6572

Clear image setting history

Not sure if i am correct. but when i do the following on the command: convert -background transparent -density 72 -fill black -font Arial-Bold -pointsize 60 label:"Marcel" -write mpr:text -delete 0 <do sth else here and use mpr:text > Then all the settings i did like background, density, f...
by Marcel71
2013-05-10T23:06:40-07:00
Forum: Bugs
Topic: Corrupted gif locks computer
Replies: 3
Views: 4490

Re: Corrupted gif locks computer

Hi frm42, glennrp,

Thanks, the +repage helps indeed :)

But i would not mind if this image fails with convert, as long as it is not taking to many system resources.
What are the policy.xml you use for your server?

Regards
by Marcel71
2013-05-10T16:00:44-07:00
Forum: Bugs
Topic: Corrupted gif locks computer
Replies: 3
Views: 4490

Corrupted gif locks computer

I received a corrupted gif, which usages all the memory when converting it. gif: http://www.glitterbase.com/hosting/make2.gif cmd: convert make2.gif -coalesce make3.gif How to take care the image does not lock my server? Should i 'turn-on' <policy domain="resource" name="disk" va...
by Marcel71
2013-03-28T11:48:26-07:00
Forum: Users
Topic: Convert's max execution time
Replies: 9
Views: 20931

Re: Convert's max execution time

*policy.xml (not .php :wink: )

Thanks that did the trick...