Search found 38 matches

by ratneshsoni
2012-12-18T04:53:48-07:00
Forum: Developers
Topic: Special Cricle font are not working
Replies: 1
Views: 4917

Special Cricle font are not working

I was having problem with special cricled font ttf. I am using following commend to do this. Following command is not able generate the font image in specified ttf. texteffect.sh -t 'JBK' -f 'font/Circle_Monograms_Three_Black.ttf' -p 25 -c '#000000' -b transparent CircleMonogramsThreeBlack_51.png. P...
by ratneshsoni
2012-11-23T03:39:39-07:00
Forum: Developers
Topic: Create video from bulk images
Replies: 3
Views: 10759

Create video from bulk images

Can it be possible using image magick that we can create video using bulk images. Like i have bulk image and want to create high resolution video like flv, mp4,etc.

Please let me know regarding this.

Thanks in advance
by ratneshsoni
2012-09-21T00:22:30-07:00
Forum: Developers
Topic: Want to create image from SVG code
Replies: 2
Views: 6474

Want to create image from SVG code

Hello
Greetings of the day.

I want to create image from SVG code using imagemagick. Please me let know that it is possible using imagemagick or not. That I have svg code and want to create png or any other image format from that.

Please reply this as soon as possible.

Thanks in advance.
by ratneshsoni
2012-03-27T06:35:17-07:00
Forum: Developers
Topic: Problem in cropping Images
Replies: 3
Views: 9145

Problem in cropping Images

hello i am using following command to crop image. But it is not working please let me know the solution of this. previously it is working fine on linux server but as i change it to window server it is not working. Please Help me. convert http://www.labellecarte.com/public/images/designers/ArchiesTes...
by ratneshsoni
2012-03-24T01:45:07-07:00
Forum: Developers
Topic: Problem creating backgorund transparent
Replies: 2
Views: 7581

Problem creating backgorund transparent

hello, I am using below command to make background transparent. in this there is white background over there and i want to make it transparent. convert http://www.new-website-designs.com/454_env_liner.png -alpha set -channel RGBA -fuzz 10% -fill none -floodfill +0+0 '#FFFFFF' http://www.new-website-...
by ratneshsoni
2012-03-24T01:44:03-07:00
Forum: Developers
Topic: convert multiple color image into one color
Replies: 1
Views: 5757

convert multiple color image into one color

i want to know that is possible in image magick that convert all image color into one color. Like in one image there is 4 different colors and i want to replace these 4colors in one color like in black.
if it could be possible than how..reply soon
by ratneshsoni
2012-01-30T10:59:20-07:00
Forum: Developers
Topic: Shadow using image magick
Replies: 1
Views: 10329

Shadow using image magick

HI Greetings of the day. I have problem while giving shadow in image. In this i have two images one generated by flash and another one is using imagemagick. Difference between two images which created by using flash and imagemagick is that in flash we have bottom-left shadow where as by image magick...
by ratneshsoni
2011-11-25T23:08:12-07:00
Forum: Developers
Topic: HTML to Image using imagemagick command
Replies: 1
Views: 16893

HTML to Image using imagemagick command

Hi

Is it possible with image magick that when i pass html in command it will give me image of that html.
That i have certain div in div and they have there own css style format.
Please help me...
Waiting for your response
by ratneshsoni
2011-05-20T10:12:45-07:00
Forum: Developers
Topic: problem in changing color
Replies: 1
Views: 6186

problem in changing color

Hello i also ask the solution of this in my previous post, but i dont get to it now i am making it fresh. in below there is two image one is original and another is color changed. http://tshirtsg.com/2011-05-20_2216.png in above image u see that original is clear but when i change the color of image...
by ratneshsoni
2011-05-11T10:25:34-07:00
Forum: Developers
Topic: images become jazzy after color change
Replies: 4
Views: 12335

Re: images become jazzy after color change

so what did i use so that image not bcum jazzy.
please help me in this.
by ratneshsoni
2011-05-10T05:07:36-07:00
Forum: Developers
Topic: images become jazzy after color change
Replies: 4
Views: 12335

images become jazzy after color change

in this i have one example in that i have two image one is only resize with resize command and another one is first resize and then color change. For color change i use following command :- convert $inputimage -colorspace Gray $ouputimage convert $inputimage -fill '#0000ff' -tint 200 $ouputimage tha...
by ratneshsoni
2011-05-01T03:03:22-07:00
Forum: Developers
Topic: change text image into 300 dpi
Replies: 3
Views: 10977

Re: change text image into 300 dpi

i try the below code but it not work. ./texteffect.sh -t 'TEST NAME' -f 'images/ttf_files/impact.ttf' -p 24 -c '#000000' -b transparent -u none -density 300 test1.png if i change the DPI after generating text it distort the image that i dont want. Please Help me i want to specify the density when i ...
by ratneshsoni
2011-04-30T12:25:16-07:00
Forum: Developers
Topic: change text image into 300 dpi
Replies: 3
Views: 10977

change text image into 300 dpi

hello I want to change the text image into 300 dpi while it is creating, mean to say that is there is any way to generate the text image into 300 dpi when it is creating. I am using fred's script to generate the text image and i also want this in resize the images. Default is 72 DPI. Or there is any...
by ratneshsoni
2011-04-29T00:02:24-07:00
Forum: Fred's Scripts
Topic: text in two line using fred's script
Replies: 4
Views: 19758

Re: text in two line using fred's script

one more thing in freds script how i will set align of text, like when text in two lines then second line text is align to center but i want it in left side. How is it is possible with freds script.
Please Help me
by ratneshsoni
2011-04-27T06:28:39-07:00
Forum: Fred's Scripts
Topic: adding quote and other special character using fred
Replies: 1
Views: 11172

adding quote and other special character using fred

Please help me i am using fred script to create text but the main problem is that when anyone try to insert quote or any other special character it will not generate image of given text.

In fred i am using texteffect script.
Please Help Me ASP.