Search found 38 matches

by ratneshsoni
2011-04-11T22:56:33-07:00
Forum: Fred's Scripts
Topic: text in two line using fred's script
Replies: 4
Views: 19939

text in two line using fred's script

i m using this code to genrate text with shape like arc.
/texteffect.sh -t "TEXT" -s outline -e arc-top -a 180 -f Arial -p 48 -c skyblue -b white -o black -l 1 -u lightpink
In this if user type text in two line then it is not generating image. This code works fine for single line text.
by ratneshsoni
2011-04-02T04:43:34-07:00
Forum: Developers
Topic: tshirt color change
Replies: 1
Views: 4610

tshirt color change

with this post i send video link. In this there is two color tshirt and i changing the color of the tshirt. Is this is possible using image magick.
http://www.screencast.com/users/Ratnesh ... 07f3976e8e
by ratneshsoni
2011-03-28T21:49:39-07:00
Forum: Developers
Topic: use newline and special character in text
Replies: 5
Views: 17509

Re: use newline and special character in text

yes ur right. i am using below code changing font shape, this is example of arc shape. is it possible with this that we can use single qoute(') in between the text or any other special character and newline is well. ./texteffect.sh -t "TEXT" -s outline -e arc-top -a 180 -f Arial -p 48 -c s...
by ratneshsoni
2011-03-28T05:25:54-07:00
Forum: Developers
Topic: use newline and special character in text
Replies: 5
Views: 17509

Re: use newline and special character in text

Is it possible with label or caption that i can also apply font stroke and change shape using fred's. Please help me
by ratneshsoni
2011-03-25T00:18:24-07:00
Forum: Developers
Topic: dont want to store output file in file
Replies: 1
Views: 4606

dont want to store output file in file

hello
in project i want that output imagefile not to be store in folder just for view. Is it possible in IM.
HELP ME REGARDING THIS
by ratneshsoni
2011-03-23T03:16:17-07:00
Forum: Developers
Topic: having problem in changing color of tshirt
Replies: 2
Views: 6101

having problem in changing color of tshirt

I have attach the image of tshirt, when i change the color of tshirt it is blinking. code to change the color of tshirt is exec("convert 01.png \( -clone 0 +level-colors black,yellow \) -draw 'color floodfill' tshirtnewt.gif") please help me solving this problem.Thanks in advance http://ne...
by ratneshsoni
2011-03-17T00:07:01-07:00
Forum: Developers
Topic: use newline and special character in text
Replies: 5
Views: 17509

use newline and special character in text

convert -size 200x500 xc:none -font arial.ttf -pointsize 20 -fill 'SAMPLE TEXT' \ -stroke '#FF0000' -strokewidth 25 -draw 'text 30,60 'SAMPLE TEXT' \ -stroke none -draw 'text 30,60 'SAMPLE TEXT'\ output.png i am using this code to create image of text. it is working fine but when i want new line in ...
by ratneshsoni
2011-03-08T09:21:31-07:00
Forum: Developers
Topic: convert image 75 dpi to 300 dpi
Replies: 9
Views: 258550

convert image 75 dpi to 300 dpi

helloo i want to convert 75 dpi image into 300 dpi.
is it possible using IM.
help me in regarding this
by ratneshsoni
2011-03-01T09:29:15-07:00
Forum: Developers
Topic: replace color in images
Replies: 9
Views: 122764

replace color in images

i want to replace the color in image with another color in the image.
Like i want to replace white color with another color like red.
please help me in solving this problem....
by ratneshsoni
2011-01-28T02:52:26-07:00
Forum: Fred's Scripts
Topic: convert fred script to IM
Replies: 1
Views: 10578

convert fred script to IM

I want to change fred texteffect script into IM script. Like :- 'exec("./texteffect.sh -t "TEXT" -s outline -e bulge-top -d 0.5 -f Arial -p 48 -c skyblue -b white -o black -l 1 -u lightpink $outpitfile"); in this script font stroke is not there. And l also want font stroke. I wan...
by ratneshsoni
2011-01-05T10:02:21-07:00
Forum: Developers
Topic: change Image color
Replies: 1
Views: 4811

change Image color

http://www.screencast.com/users/RatneshSoni/folders/Jing/media/1d0997a4-10bf-40b0-afb8-086ebd23eaaf sending video with this post. In this there is example of with two images. one is multi-color image and one is single color. how it is possible with IM. plz help me, Tell me the correct solution of it
by ratneshsoni
2010-12-31T23:19:26-07:00
Forum: Developers
Topic: add text problem
Replies: 8
Views: 18026

Re: add text problem

but the main problem with is that i am using textarea or textbox write text and having button when user click on that it generate the text image.
I cant add \n in that help me
by ratneshsoni
2010-12-30T22:04:19-07:00
Forum: Developers
Topic: add text problem
Replies: 8
Views: 18026

Re: add text problem

it not take text in newline. i am using textarea to wirte text.
plz help me
by ratneshsoni
2010-12-29T02:38:57-07:00
Forum: Developers
Topic: add text problem
Replies: 8
Views: 18026

Re: add text problem

thanx it works fine but one more thing in case when i add stroke to text have same problem which i have earlier the command i use is below convert -size 200x500 xc:none -font images/ttf_files/ARIALNI.TTF -pointsize 15 -fill '#000000' \ -stroke '#3399CC' -strokewidth 2 -draw 'text 30,60 'Ratnesh Soni...
by ratneshsoni
2010-12-28T23:07:04-07:00
Forum: Developers
Topic: add text problem
Replies: 8
Views: 18026

add text problem

i am having problem in creating text multiple words. like when i add 'abc' it fine but when i add 'abc xyz', in this case it only takes 'abc'. i use this below code for doing this convert -background none -fill '#000000' -font images/ttf_files/ARIALNI.TTF -pointsize 15 label:Ratnesh Soni \ images/te...