I have used below php code to generate canvas image.
<?php
ini_set('display_errors',1);
$handle = new Imagick('Wallpaper1.jpg');
$depth = '1';
$edge = $depth * 72;
$width = $handle->getImageWidth() ;// - ( $edge * 2 );
$height = $handle->getImageHeight() ;//- ( $edge * 2 );
$shrink ...
Search found 15 matches
- 2014-05-04T21:55:10-07:00
- Forum: Users
- Topic: Canvas wrap transformation
- Replies: 44
- Views: 114801
- 2014-05-02T05:50:50-07:00
- Forum: Users
- Topic: Canvas wrap transformation
- Replies: 44
- Views: 114801
Re: Canvas wrap transformation
Note Fred.. Take a closer look at the line along the edge. It is brighter in the center than at the top and bottom. :-) that is it is a parabolic gradient (white and transparency) rather than simply a vertical line.
It is simply a line drawn (-strokewidth=2) with a transparent -stroke graylevel ...
It is simply a line drawn (-strokewidth=2) with a transparent -stroke graylevel ...
- 2014-05-01T04:13:02-07:00
- Forum: Users
- Topic: Canvas wrap transformation
- Replies: 44
- Views: 114801
Re: Canvas wrap transformation
I have used below php code to generate canvas image.
<?php
ini_set('display_errors',1);
$handle = new Imagick('Wallpaper1.jpg');
$depth = '1';
$edge = $depth * 72;
$width = $handle->getImageWidth() ;// - ( $edge * 2 );
$height = $handle->getImageHeight() ;//- ( $edge * 2 );
$shrink ...
<?php
ini_set('display_errors',1);
$handle = new Imagick('Wallpaper1.jpg');
$depth = '1';
$edge = $depth * 72;
$width = $handle->getImageWidth() ;// - ( $edge * 2 );
$height = $handle->getImageHeight() ;//- ( $edge * 2 );
$shrink ...
- 2014-04-17T01:45:04-07:00
- Forum: Users
- Topic: putting tile on image background is also changing need help
- Replies: 64
- Views: 140655
Re: putting tile on image background is also changing need h
Hi
Thank you so much its work i change displace parameter as per your suggestion
convert mainbody_clone.png -background black -alpha background mainbody_clone2.png
convert -respect-parenthesis pattern.png mainbody_clone2.png \
\( -clone 1 -alpha off -blur 0x3 -alpha on -gravity north -crop 440x125 ...
Thank you so much its work i change displace parameter as per your suggestion
convert mainbody_clone.png -background black -alpha background mainbody_clone2.png
convert -respect-parenthesis pattern.png mainbody_clone2.png \
\( -clone 1 -alpha off -blur 0x3 -alpha on -gravity north -crop 440x125 ...
- 2014-04-15T22:59:54-07:00
- Forum: Users
- Topic: putting tile on image background is also changing need help
- Replies: 64
- Views: 140655
Re: putting tile on image background is also changing need h
HI
Thank you for replay
my pattern image
http://oi59.tinypic.com/15q4vhx.jpg
my clone image
http://oi60.tinypic.com/2llf5oo.jpg
Output image
http://oi60.tinypic.com/2iasdy1.jpg
yes i check this code also but not luck
http://oi60.tinypic.com/2zi0nq0.jpg
convert body.png -background black -alpha ...
Thank you for replay
my pattern image
http://oi59.tinypic.com/15q4vhx.jpg
my clone image
http://oi60.tinypic.com/2llf5oo.jpg
Output image
http://oi60.tinypic.com/2iasdy1.jpg
yes i check this code also but not luck
http://oi60.tinypic.com/2zi0nq0.jpg
convert body.png -background black -alpha ...
- 2014-04-15T22:37:00-07:00
- Forum: Users
- Topic: putting tile on image background is also changing need help
- Replies: 64
- Views: 140655
Re: putting tile on image background is also changing need h
Hi fmw42,
I am facing one issue with slight curve in shoulder part of body.
I have tried below code to achieve it.
exec("convert pattern.png \
\( mainbody_clone.png -blur '0x3' -auto-level \) -alpha set -virtual-pixel transparent \
-compose displace -set option:compose:args '2x-20' -composite ...
I am facing one issue with slight curve in shoulder part of body.
I have tried below code to achieve it.
exec("convert pattern.png \
\( mainbody_clone.png -blur '0x3' -auto-level \) -alpha set -virtual-pixel transparent \
-compose displace -set option:compose:args '2x-20' -composite ...
- 2014-04-15T02:02:47-07:00
- Forum: Users
- Topic: How to overlay an Image on the base Image
- Replies: 46
- Views: 70137
Re: How to overlay an Image on the base Image
Hi
yes you r right problem in version its work in live server.
Thank you
yes you r right problem in version its work in live server.
Thank you
- 2014-04-14T23:37:36-07:00
- Forum: Users
- Topic: How to overlay an Image on the base Image
- Replies: 46
- Views: 70137
Re: How to overlay an Image on the base Image
HI
tmp1.png image is wrong
please see tmp1 image output.
http://oi60.tinypic.com/2emzyac.jpg
Thank you
tmp1.png image is wrong
please see tmp1 image output.
http://oi60.tinypic.com/2emzyac.jpg
Thank you
- 2014-04-14T23:30:03-07:00
- Forum: Users
- Topic: How to overlay an Image on the base Image
- Replies: 46
- Views: 70137
Re: How to overlay an Image on the base Image
Hi i am using latest version of IM
And i already adding -respect-parenthesis but not success its generate same image for output
http://tinypic.com/view.php?pic=lzhno&s=8#.U0zRnPg5rqQ
I am not sure whats going wrong ...
Thank you for quick response...
And i already adding -respect-parenthesis but not success its generate same image for output
http://tinypic.com/view.php?pic=lzhno&s=8#.U0zRnPg5rqQ
I am not sure whats going wrong ...


Thank you for quick response...
- 2014-04-14T23:13:54-07:00
- Forum: Users
- Topic: How to overlay an Image on the base Image
- Replies: 46
- Views: 70137
Re: How to overlay an Image on the base Image
Hi
Thank you for reply
i am using linux - mint os in my machine.
Thank you
Thank you for reply
i am using linux - mint os in my machine.
Thank you
- 2014-04-14T22:45:51-07:00
- Forum: Users
- Topic: How to overlay an Image on the base Image
- Replies: 46
- Views: 70137
Re: How to overlay an Image on the base Image
hi i am using latest version of imagemagick 6.8.9.0
Yes i try your following code
convert sleeves.png pattern.png \
\( -size 440x440 gradient: -solarize 50% -level 0x50% \) \
\( -clone 2 -rotate 90 \) \
\( -clone 2 -clone 3 -compose multiply -composite -negate -resize 440x600! \) \
\( -clone 4 ...
Yes i try your following code
convert sleeves.png pattern.png \
\( -size 440x440 gradient: -solarize 50% -level 0x50% \) \
\( -clone 2 -rotate 90 \) \
\( -clone 2 -clone 3 -compose multiply -composite -negate -resize 440x600! \) \
\( -clone 4 ...
- 2014-04-14T22:25:32-07:00
- Forum: Users
- Topic: How to overlay an Image on the base Image
- Replies: 46
- Views: 70137
Re: How to overlay an Image on the base Image
Hi
I try following command for sleeves
convert sleeves.png pattern.png \
\( -clone 0 -auto-level \) \
\( -clone 1 -clone 0 -alpha set -virtual-pixel transparent -compose displace \
-set option:compose:args -5x-5 -composite \) \
-delete 0,1 -compose multiply -composite sleeves_pattern.png
and its ...
I try following command for sleeves
convert sleeves.png pattern.png \
\( -clone 0 -auto-level \) \
\( -clone 1 -clone 0 -alpha set -virtual-pixel transparent -compose displace \
-set option:compose:args -5x-5 -composite \) \
-delete 0,1 -compose multiply -composite sleeves_pattern.png
and its ...
- 2014-04-13T22:09:14-07:00
- Forum: Users
- Topic: putting tile on image background is also changing need help
- Replies: 64
- Views: 140655
Re: putting tile on image background is also changing need h
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.
It must be an IM version issue. What version of IM and platform are you using? It works just fine for me on IM 6.8.9.0 Q16 ...
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.
It must be an IM version issue. What version of IM and platform are you using? It works just fine for me on IM 6.8.9.0 Q16 ...
- 2014-04-12T03:52:57-07:00
- Forum: Users
- Topic: putting tile on image background is also changing need help
- Replies: 64
- Views: 140655
Re: putting tile on image background is also changing need h
Hi Fmw42
After trying for a day,i have achieved perfect cuff.png image by using below code:
Mask Image : http://oi60.tinypic.com/szzzo0.jpg
Pattern image : http://oi59.tinypic.com/oj1im8.jpg
Result Image : http://i59.tinypic.com/23h8zv7.png
Generate left side cuff:
exec('convert pattern.png mask ...
After trying for a day,i have achieved perfect cuff.png image by using below code:
Mask Image : http://oi60.tinypic.com/szzzo0.jpg
Pattern image : http://oi59.tinypic.com/oj1im8.jpg
Result Image : http://i59.tinypic.com/23h8zv7.png
Generate left side cuff:
exec('convert pattern.png mask ...
- 2014-04-11T22:59:36-07:00
- Forum: Users
- Topic: putting tile on image background is also changing need help
- Replies: 64
- Views: 140655
Re: putting tile on image background is also changing need h
Hi Fmw42
Thanks for wonderful job you are doing.
I am very new to imagick, I have followed all section in this post.
When I have used above script to change cuff, it is not producing correct result same as http://www.fmwconcepts.com/misc_tests/displace_map/cuff_result.png .
It produce same as http ...
Thanks for wonderful job you are doing.
I am very new to imagick, I have followed all section in this post.
When I have used above script to change cuff, it is not producing correct result same as http://www.fmwconcepts.com/misc_tests/displace_map/cuff_result.png .
It produce same as http ...