Hello
My cylindrical image is ready. But the upper area of lamp is transparent and I want to fill the area by same image. Just like when we physically round an object . Just like this => http://prntscr.com/dg1s4l
Search found 11 matches
- 2016-12-06T07:32:54-07:00
- Forum: Fred's Scripts
- Topic: How to convert an image into cylinderical image usng imagemagic?
- Replies: 19
- Views: 338693
- 2016-11-27T23:23:18-07:00
- Forum: Fred's Scripts
- Topic: How to convert an image into cylinderical image usng imagemagic?
- Replies: 19
- Views: 338693
Re: How to convert an image into cylinderical image usng imagemagic?
Thanks for the suggestion " But you can try adding -r radius. ". it works for me. I just added radius in the above script and it works for me. It is difficult to detect that the radius -r parameter is important in php script exec() , as it works in shell command properly without using -r paramter ...
- 2016-11-27T23:02:49-07:00
- Forum: Fred's Scripts
- Topic: How to convert an image into cylinderical image usng imagemagic?
- Replies: 19
- Views: 338693
Re: How to convert an image into cylinderical image usng imagemagic?
Hello :) this is my script <?php $cmd="/data/xhosts/mydomain.com/http/cylinderize -m vertical -v background -b none -p 20 -t /data/xhosts/mydomain.com/http/sample.jpg /data/xhosts/mydomain.com/http/cylinder.jpg 2>&1"; exec($cmd, $array); echo "<pre>";print_r($array); exit; ?> which gives this error ...
- 2016-11-27T22:31:35-07:00
- Forum: Fred's Scripts
- Topic: How to convert an image into cylinderical image usng imagemagic?
- Replies: 19
- Views: 338693
Re: How to convert an image into cylinderical image usng imagemagic?
Thanks for the reply.
I used your command exec("cylinderize -m vertical -v background -b none -p 20 -t mydomainame/f4.jpg mydomainame/cylindrical_image.jpg 2>&1", $array) and it show me an error >> http://prntscr.com/dcn0jg
I used your command exec("cylinderize -m vertical -v background -b none -p 20 -t mydomainame/f4.jpg mydomainame/cylindrical_image.jpg 2>&1", $array) and it show me an error >> http://prntscr.com/dcn0jg
- 2016-11-26T06:38:45-07:00
- Forum: Fred's Scripts
- Topic: How to convert an image into cylinderical image usng imagemagic?
- Replies: 19
- Views: 338693
Re: How to convert an image into cylinderical image usng imagemagic?
Thank you for your reply and we are appreciate your reply. I had used your mention command exec("-m vertical -v background -b none -p 20 -t mydomainame/f4.jpg mydomainame/cylindrical_image.jpg 2>&1", $array) and print the array. the array show empty and version of image magic is show in the bellow ...
- 2016-11-26T05:51:10-07:00
- Forum: Fred's Scripts
- Topic: How to convert an image into cylinderical image usng imagemagic?
- Replies: 19
- Views: 338693
How to convert an image into cylinderical image usng imagemagic?
HEllo guys, I want to convert an image into cylindrical image. I tried the script from http://www.fmwconcepts.com/imagemagick/cylinderize/ and tried this command >> 'pyhysical_path_of_mydomain/cylinderize.sh' -m vertical -v background -b none -p 20 -t physical_path_of_mydomain/f4.jpg physical_path ...
- 2016-10-06T05:25:26-07:00
- Forum: Developers
- Topic: Blur command in image magic make the server overloaded
- Replies: 7
- Views: 19375
Re: Blur command in image magic make the server overloaded
For more details please download this image file http://www.arttoframe.com/screenshot.png
Thanks again.
Thanks again.
- 2016-10-06T05:15:10-07:00
- Forum: Developers
- Topic: Blur command in image magic make the server overloaded
- Replies: 7
- Views: 19375
Re: Blur command in image magic make the server overloaded
Hello,
Thanks for your last reply. As per your last comment, I tried both of the above command and
it shows the following output >> http://prntscr.com/cqfwub
Thanks for your last reply. As per your last comment, I tried both of the above command and
it shows the following output >> http://prntscr.com/cqfwub
- 2016-10-05T01:38:17-07:00
- Forum: Developers
- Topic: Blur command in image magic make the server overloaded
- Replies: 7
- Views: 19375
Re: Blur command in image magic make the server overloaded
The link you given https://www.imagemagick.org/script/security-policy.php? is just a way to allocate the resource, actually problem is not that. we are executing following command <?php $ext="png"; $command="convert ../../userUploads/129146/blur_source_image_60587.".$ext." -channel RGBA -blur 0x33 ...
- 2016-09-14T07:22:23-07:00
- Forum: Developers
- Topic: Blur command in image magic make the server overloaded
- Replies: 7
- Views: 19375
Re: Blur command in image magic make the server overloaded
Thanks for your quick reply. We will check and verify the details again at our end based on your comments. We will post the exact command and other details after that.
- 2016-09-12T08:00:44-07:00
- Forum: Developers
- Topic: Blur command in image magic make the server overloaded
- Replies: 7
- Views: 19375
Blur command in image magic make the server overloaded
Hello :) we are very happy to used image magick command to blur the image on our website. But unfortunately we faced a problem of server load on site that displayed in shell please see in screenshot http://prntscr.com/ch4z6m We have 12 core processor on server still it get fully loaded. Also we used ...