Search found 26 matches

by tunezio
2016-09-02T01:19:06-07:00
Forum: Users
Topic: space before text in label
Replies: 9
Views: 9959

space before text in label

Hello I try to create an image with text and border around the image with a background texture. my problem is that the text is pasted to the edge to the left, and when I try to add a "space" before the text that is ignored but if I add a "space" in the end it works convert -resiz...
by tunezio
2016-08-18T08:19:51-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

Re: 3D text + texture + shadow

I want to add a second text line with different size using the code below

Thanks
by tunezio
2016-08-17T02:40:23-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

Re: 3D text + texture + shadow

I finally solved my problems and obtain a good result convert -resize "240x114>" -extent 240x114 -background black -gravity center -fill white -pointsize 125 -size x114 -font "barata.ttf" label:"Votre texte" -alpha off -trim \( -clone 0 -tile texture_finale.jpg -draw &q...
by tunezio
2016-08-17T02:39:07-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

Re: 3D text + texture + shadow

thanks
by tunezio
2016-08-12T00:31:11-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

Re: 3D text + texture + shadow

Thank you - I have an input text, I have to add a background texture (texture with picture) having the possibility to choose a color for it. Texture : http://img4.hostingpics.net/pics/134667texturefabric.gif text with texture and color : https://s9.postimg.org/gooe1pihb/final.png - I have to add a 3...
by tunezio
2016-08-11T00:13:15-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

Re: 3D text + texture + shadow

Thank you for your answer. I have some details to add: - I already have the texture as png image. - I have to apply color to the texture as in this picture. https://s9.postimg.org/gooe1pihb/final.png - I want to add shadow for text - I want add a frame with transaprent or with background color. - I ...
by tunezio
2016-08-10T09:36:43-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

Re: 3D text + texture + shadow

i don't need Fred's scripts. i only need help to find the correct combination with convert to make the effects like a photo below Currently i use this code to generate a picture with text : /usr/bin/convert -channel RGBA -background none -gravity Center -fill "#282951" -pointsize 104 -size...
by tunezio
2016-08-10T08:42:25-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

Re: 3D text + texture + shadow

thank you for your answer,
I've looked, but I could not integrate it. I am working on a php web site under a linux server
by tunezio
2016-08-10T07:25:51-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

Re: 3D text + texture + shadow

Hello

it's urgent, please, I need help
by tunezio
2016-08-10T00:21:55-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

Re: 3D text + texture + shadow

Hello, Thank you for quick answer. I use here's a piece of my code: /usr/bin/convert -channel RGBA -background none -gravity Center -fill "#282951" -pointsize 104 -size x104 -font "oldeenglish.ttf" label:"My Text" -trim -resize "192x104>" -extent 192x104 088f6...
by tunezio
2016-08-09T09:06:35-07:00
Forum: Users
Topic: 3D text + texture + shadow
Replies: 17
Views: 14316

3D text + texture + shadow

Hi,

I want to get the text like picture below (3D text + texture + shadow)

Help me please

Image