Search found 15 matches

by bmano
2016-02-27T08:36:31-07:00
Forum: IMagick
Topic: Wrinkle effect using imagick
Replies: 3
Views: 9634

Re: Wrinkle effect using imagick

fmw42 wrote:Your links at the bottom of your post are broken.
Sorry, Kindly check again, I have edited the post. Thanks
by bmano
2016-02-26T11:35:44-07:00
Forum: IMagick
Topic: Wrinkle effect using imagick
Replies: 3
Views: 9634

Wrinkle effect using imagick

Hi, I am trying to achieve this effect using Imagick as shown in the url: https://easytweaks.wordpress.com/tag/wrinkled-text-effect/ Could anyone pls suggest me the functions that can be used to achieve the wrinkle effect? My target is to integrate this feature for t-shirts in which users can choose...
by bmano
2016-02-26T10:51:25-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

Sorry, I do not use Imagick and I do not think you can run my scripts from Imagick. You will need to use PHP exec() as far as I know. Many system administrators suggested me that running on exec() command puts the server vulnerable to threats. Also, my main target is to integrate this feature on th...
by bmano
2016-02-25T12:08:44-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

This command works fine for me with no errors using IM 6.9.3.3. Q16 Mac OSX tshirt -r "130x130+275+175" -R -3 -o 5,0 Small-mario_thumb.png tshirt_gray.jpg tmp.png My guess is that your ancient version of Imagemagick has a bug in it. Version 6.6.9.7 is over 230 versions old. I suggest that...
by bmano
2016-02-12T13:57:26-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

I'm using ImageMagick Version : ImageMagick 6.6.9-7 2014-03-06 Q16. I'm getting error " convert: unrecognized virtual pixel method `none' @ error/convert.c/ConvertImageCommand/2940. " while using the following PHP script. <?php exec("bash /var/sentora/hostdata/zadmin/public_html/getgl...
by bmano
2016-02-12T11:19:36-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

I get nothing but a blank page while running this following script in PHP. <?php exec("convert -version", $out, $returnval); foreach($out as $text){ echo $text."<br>"; } ?> here are the input images that I am trying to use: https://www.dropbox.com/s/5xlmvgae7s2hskq/Small-mario_th...
by bmano
2016-02-12T10:49:06-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

I just run this command in terminal. I',m getting error while running this command in terminal as, unrecognized virtual pixel method `none' @ error/convert.c/ConvertImageCommand/2940. If I use bash before the command its return --- UNKNOWN OPTION --- tshirt.sh: USAGE: tshirt [-r region] [-c coords] ...
by bmano
2016-02-12T10:08:43-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

Hi Thanks, I got lot of messages from the previous post. I have moved the thist.sh script into the linux server and run the following commands: bash /var/sentora/hostdata/zadmin/public_html/getglamor_com/imagick/tshirt.sh -c "275,175 404,175 404,304 275,304" -f crop -g north /var/sentora/h...
by bmano
2016-02-10T10:32:04-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

My basic need is this one: http://www.fmwconcepts.com/imagemagick/tshirt/ and I am trying to achieve this by using Imagemagick and Imagick using PHP. And that's when I am facing all these errors, while trying to install the Imagick in PHP. Pls tell me if I'm on the right path? My scripts do not run...
by bmano
2016-02-09T08:55:09-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

Imagemagick only stores source code for x.x.x-10 versions at http://www.imagemagick.org/download/releases/. I could send you the source distribution for 6.9.1-2 for unix if that would help. Okay, please send me the 6.9.1-2 for unix. My basic need is this one: http://www.fmwconcepts.com/imagemagick/...
by bmano
2016-02-08T12:24:48-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

I am afraid I gave up trying to install Imagick and have no interest in it. You could work the other way around and install the version of Imagemagick that is compatible with your version of Imagick. But then that may not be compatible with the php version! yea, I get your point. If that's the way ...
by bmano
2016-02-08T12:07:25-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

If you search the forum there are threads discussing the Tshirt process and I recommend you post the code you have and an example of what you want and what is going wrong as I am having trouble understanding: And the place I 'm stuck so much is where during the process, after getting the text and c...
by bmano
2016-02-04T11:34:05-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

I tried to install imagemagick on my local pc (windows 10 64 bit). I cant get this done clearly. can you help me to install imagemagick on my local pc. I'm couldn't find the clear instructions for the installation. I tried with the instructions given in the below link, but still didn't go through. h...
by bmano
2016-02-04T10:52:03-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

Re: custom last name feature on T-shirt prints.

Hi, Thanks for getting back on this. As my requirement is to just get the text from the user and convert them to the same exact shape and font as in the Tshirt print, is there any specific set of instructions to do them so? And the place I 'm stuck so much is where during the process, after getting ...
by bmano
2016-02-04T10:13:18-07:00
Forum: Fred's Scripts
Topic: custom last name feature on T-shirt prints.
Replies: 27
Views: 70419

custom last name feature on T-shirt prints.

hi, I am setting up an opencart store for Printed T-shirts. I'm looking to integrate a feature in the store, where the user can give in his own "CUSTOM WORD" for the t-shirt print, for example: if the print on the tshirt says "i love my DAD" and user inputs MOM as his custom word...