Search found 25 matches

by creekpeanut
2013-05-16T09:31:14-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Scripts
Replies: 65
Views: 289070

Re: Fred's ImageMagick Scripts

Thanks guys I am a little closer now. $ sh /cygdrive/c/cygwin/home/testbox/3Dcover a.jpg b.jpg 1 2 : integer expression expectedtbox/3Dcover: line 511: [: 1 4 5 ")syntax error: invalid arithmetic operator (error token is " echo "1" # compute crop of input into front and side sign...
by creekpeanut
2013-05-16T08:30:20-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Scripts
Replies: 65
Views: 289070

Re: Fred's ImageMagick Scripts

Ok I am stumped. Looks like I have the error trapped. Just a little stumped and what the issue is. echo "1" # get image dimensions ww=`convert $tmpA1 -format "%w" info:` echo "2" hh=`convert $tmpA1 -format "%h" info:` echo "3" hm1=$((hh-1)) echo &quo...
by creekpeanut
2013-05-14T14:52:33-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Scripts
Replies: 65
Views: 289070

Re: Fred's ImageMagick Scripts

Looks like bc was not instaled. Getting a little more down the code. Here is the current error. $ sh /cygdrive/c/cygwin/home/testbox/3Dcover wedding.jpg show: convert.exe: unable to open image `/tmp/3Dcover_1_2940.mpc': No such file or dir ectory @ error/blob.c/OpenBlob/2644. --- FILE wedding.jpg DO...
by creekpeanut
2013-05-14T13:16:29-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Scripts
Replies: 65
Views: 289070

Re: Fred's ImageMagick Scripts

Ok so I downloaded the wedding.jpg image and I am still getting the error. It does not show a line number where the error is coming from. testbox@printdemo ~ $ sh /cygdrive/c/cygwin/home/textbox/3Dcover wedding.jpg show: ")syntax error: invalid arithmetic operator (error token is " The err...
by creekpeanut
2013-05-14T11:59:42-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Scripts
Replies: 65
Views: 289070

Re: Fred's ImageMagick Scripts

I think I am almost there..

Here is a my cmd

$ sh /cygdrive/c/cygwin/home/testbox/3Dcover a.jpg b.jpg

Here is the error I am getting.
")syntax error: invalid arithmetic operator (error token is "

any ideas?
by creekpeanut
2013-05-14T09:58:42-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Scripts
Replies: 65
Views: 289070

Re: Fred's ImageMagick Scripts

Dont know if this is the right place.

When I try to run the script 3Dcover.

sh 3Dcover -s "25%" -a 25 a.jpg b.jpg

I get the following message.

dirname: missing operand

I am running in the cygwin cmd window.

Thank you can help me with this error.
by creekpeanut
2013-05-14T08:37:08-07:00
Forum: Users
Topic: Canvas wrap transformation
Replies: 44
Views: 99008

Re: Canvas wrap transformation

Bonzo.

do you have a final script that you were able to use for this. If so can you post it here to share.

Thank you
by creekpeanut
2012-12-17T09:35:56-07:00
Forum: Users
Topic: 45 degree frame joints
Replies: 2
Views: 13440

Re: 45 degree frame joints

Thank you for the easy update
by creekpeanut
2012-08-31T14:48:47-07:00
Forum: Users
Topic: Help needed on Framing script from examples.
Replies: 3
Views: 5740

Re: Help needed on Framing script from examples.

Here is the modified code but still same issue. No frame. :( image=tempnew.png image_w=`convert $image -format %w info:` image_h=`convert $image -format %h info:` top="edge_images/goldthin_top.png" btm="edge_images/goldthin_btm.png" width=`convert $top -format %h info:` length=`c...
by creekpeanut
2012-08-31T11:34:02-07:00
Forum: Users
Topic: Help needed on Framing script from examples.
Replies: 3
Views: 5740

Help needed on Framing script from examples.

I am testing the script from http://www.imagemagick.org/Usage/thumbnails/#self_frame When I run the script from the shell "bash eframe.sh" It will render the new image but not the frame. Any help would be great. Files http://www.mediafire.com/?2nwtm98n4xdv0qm I am using IM 6.6.9-7 on Unbun...