Search found 10 matches

by pratik123
2014-04-13T23:06:38-07:00
Forum: Users
Topic: How to overlay an Image on the base Image
Replies: 46
Views: 69857

Re: How to overlay an Image on the base Image

what version of IM are you using?

try adding -respect-parenthesis

convert -respect-parenthesis sleeves.png pattern.png \
\( -size 440x440 gradient: -solarize 50% -level 0x50% \) \
\( -clone 2 -rotate 90 \) \
\( -clone 2 -clone 3 -compose multiply -composite -negate -scale 440x600! \) \
\( -clone ...
by pratik123
2014-04-13T22:43:40-07:00
Forum: Users
Topic: How to overlay an Image on the base Image
Replies: 46
Views: 69857

Re: How to overlay an Image on the base Image

Here it is all put together. I probably cannot improve this any more.

I have shifted the diamond gradient down a litte, so that its center is even with the elbows.


convert sleeves.png pattern.png \
\( -size 440x440 gradient: -solarize 50% -level 0x50% \) \
\( -clone 2 -rotate 90 \) \
\( -clone 2 ...
by pratik123
2014-04-13T22:24:17-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 140369

Re: putting tile on image background is also changing need h

Thank you for help its work.

Pratik
by pratik123
2014-04-11T22:56:14-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 140369

Re: putting tile on image background is also changing need h

Hi
Thank you so much for your reply.
I try your code but only left cuff is done right cuff is blank i try but not success.
Please see following image and please let me know.

massk image
http://oi60.tinypic.com/szzzo0.jpg
Pattern image
http://oi59.tinypic.com/oj1im8.jpg
Rsult
http://oi60.tinypic ...
by pratik123
2014-04-11T04:59:25-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 140369

Re: putting tile on image background is also changing need h

Hi

I try but not success bcoz i am php developer not good in imagemagick so please help me whenever you have time...


Thank you in advance
Pratik
by pratik123
2014-04-08T22:14:35-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 140369

Re: putting tile on image background is also changing need h

HI Thank you for reply
i am using following command

exec("convert -size 880x1200 tile:pattern.png pattern_tile.png
convert pattern_tile.png -rotate 90 +repage -gravity center -crop 440x600+0+0 +repage pattern_tile_rotate.png
convert clone.png -alpha extract clone_mask,png
convert pattern_tile ...
by pratik123
2014-04-08T01:43:41-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 140369

Re: putting tile on image background is also changing need h

hi
i have done all the part of shirt only cuffs is remaining can you please guide me how can i achieve it.

This my pattern
http://oi62.tinypic.com/29pxn2t.jpg

This is my clone image for cuffs
http://oi57.tinypic.com/fjkx9t.jpg

i want this type of image for cuffs
http://oi61.tinypic.com/14alt9t ...
by pratik123
2014-04-07T23:25:57-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 140369

Re: putting tile on image background is also changing need h

Thank you for help i do it and its work.

Regarding
Pratik
by pratik123
2014-04-07T21:52:05-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 140369

Re: putting tile on image background is also changing need h

Hi
I try to using different exec command but not success yet a am using following command

exec("convert pattern.png \
\( clone_7.png -blur 0x3 -auto-level \) -alpha set -virtual-pixel transparent \
-compose displace -set option:compose:args -20x-20 -composite displace_body.png ");
exec ...
by pratik123
2014-04-07T03:43:42-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 140369

Re: putting tile on image background is also changing need h

Hi fmw42
can you please help me for body part
i want exatly this type of body image
http://dappermen.com/media/swatches/shirtbuilder/44_main_set2_0005.png
but i try more time but not succes
This is my image
http://oi58.tinypic.com/etb2bm.jpg

I use this code
exec('
convert main.png -background ...