Search found 44 matches

by sujan.dasmahapatra
2012-03-11T07:05:57-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 120759

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

now i am using -compose screen. the black lines are gone. but another problem has come my shirt has other parts collar and cuff... so i am composing all together to create complete shirt like this exec("convert sleevelongnormal_mod3.png bodynormalclassic_mod3.png collar104o_mod3.png cuff114o_mo...
by sujan.dasmahapatra
2012-03-10T22:02:02-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 120759

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

with this convert bodynormalclassicmod3.png sleevelongnormalmod3.png -fuzz 20% -transparent black -background black -flatten miff:- | convert - -median 3x3 shirt.png my shirt is coming correct, but between the body and sleeve joints there's a black line profile probably the joint. how can i remove t...
by sujan.dasmahapatra
2012-03-10T08:35:54-07:00
Forum: Users
Topic: pattren density can be incraesed densed ??? need help
Replies: 13
Views: 26871

Re: pattren density can be incraesed densed ??? need help

I ont think if sizing will work out. I want more densed pattern. I have tried to increase the size like this but this changing the pattern to black color. and not increasing the density. exec("convert -background black -extent 0x0 -matte bodynormalclassic.png bodynormalclassic_b.png"); exe...
by sujan.dasmahapatra
2012-03-09T04:44:15-07:00
Forum: Users
Topic: pattren density can be incraesed densed ??? need help
Replies: 13
Views: 26871

pattren density can be incraesed densed ??? need help

I am using a pattern tile and putting that on my white shirt with black background successfully. But the pattern seems bigger than my shirt size so looking odd. Can there be some method to increase the density of the pattern and then use it. see my pattern tile http://imageshack.us/photo/my-images/5...
by sujan.dasmahapatra
2012-03-07T14:49:09-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 120759

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

Thanks a lot friend it's working excellent thanks for your help.
by sujan.dasmahapatra
2012-03-07T04:20:33-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 120759

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

http://imageshack.us/photo/my-images/31/bodynormalclassicmod3.png/ http://imageshack.us/photo/my-images/191/sleevelongnormalmod3.png/ check these 2 images. both have the black background. i am tring to make a layer of them. so i am doing this exec("convert bodynormalclassic_mod3.png sleevelong...
by sujan.dasmahapatra
2012-03-05T04:17:19-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 120759

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

check this link http://imageshack.us/photo/my-images/521/15898.png/ http://imageshack.us/photo/my-images/838/sleevelongnormal.png/ http://imageshack.us/photo/my-images/198/sleevelongnormalmod3.png/ 15898.png is the tile that i want to put on the image "sleevelongnormal.png" the 2 hands sle...
by sujan.dasmahapatra
2012-03-04T10:13:21-07:00
Forum: Users
Topic: putting tile on image background is also changing need help
Replies: 64
Views: 120759

putting tile on image background is also changing need help

I am trying to change the color of a white image with the tiles on another image. i am doing this exec("convert 15898.jpg -normalize +level 35% texture.png"); exec("composite texture.png bodynormalclassic.png -tile -compose Hardlight texture2.png"); exec("convert bodynormalc...
by sujan.dasmahapatra
2012-02-26T20:53:44-07:00
Forum: Users
Topic: get color from image put on another image
Replies: 14
Views: 21982

Re: get color from image put on another image

now my pattern is coming on the shirt, but the looks is not acceptable is not realistic. How can I blend the pattern nicely with the shirt image. Please help me below is the code snippet exec("convert 15919.jpg -normalize +level 35% texture.jpg"); exec("composite texture.jpg shirt.jpg...
by sujan.dasmahapatra
2012-02-26T04:03:05-07:00
Forum: Users
Topic: get color from image put on another image
Replies: 14
Views: 21982

Re: get color from image put on another image

My image 15919.jpg is not just a color , but it's a pattern, how can i get that pattern and apply that on my shirt using +level-colors. Please help me.
by sujan.dasmahapatra
2012-02-25T22:46:24-07:00
Forum: Users
Topic: imagick mac version ??? where to get
Replies: 1
Views: 3692

imagick mac version ??? where to get

I am using

25/02/2012 14:15:35 13659k ImageMagick-6.6.2-10-Q16-windows-dll.exe

for windows. I want the mac version of VC9 built imagick version. Please tell me where can I get it??. Thanks Sujan
by sujan.dasmahapatra
2012-02-25T21:32:47-07:00
Forum: Users
Topic: get color from image put on another image
Replies: 14
Views: 21982

Re: get color from image put on another image

http://www.flickr.com/photos/75485396@N03/ check the above link. It's the strips color. I want this strips color should come on my shirt image. using $ave=exec("convert 15919.jpg -filter box -resize 1x1! -format '%[pixel:u]' info:"); exec("convert shirt.jpg +level-colors black,$ave s...
by sujan.dasmahapatra
2012-02-25T12:03:57-07:00
Forum: Users
Topic: get color from image put on another image
Replies: 14
Views: 21982

Re: get color from image put on another image

My conversion is now working fine. But when I am trying to get a color of strips then it's not working. If it's a single color I am able to capture it and put it onto shirt. like this $ave=exec("convert 3546.jpg -filter box -resize 1x1! -format '%[pixel:u]' info:"); exec("convert shir...
by sujan.dasmahapatra
2012-02-25T05:37:31-07:00
Forum: Users
Topic: get color from image put on another image
Replies: 14
Views: 21982

Re: get color from image put on another image

i am trying to extract color like this and putting onto my shirt but it's not working can u help me. $ave=exec("convert 3539.jpg -filter box -resize 1x1! -format '%[pixel:u]' info:"); exec("convert shirt.jpg +level-colors black,$ave shirtmod1.jpg"); My shirt color is not coming a...
by sujan.dasmahapatra
2012-02-25T00:09:04-07:00
Forum: Users
Topic: get color from image put on another image
Replies: 14
Views: 21982

Re: get color from image put on another image

if(isset($_POST['fabric2_Sleeve_Style1'])) { $colorval = exec("convert 3539.jpg -scale 1x1\! -format '%[pixel: u.p{0,0}]' info:"); exec("convert shirt.jpg +level-colors black,$colorval shirtmod1.jpg"); $imagepath = "shirtmod1.jpg"; echo "<img style='float:right;' ...