Page 1 of 1

Re: convert and resize error

Posted: 2007-06-17T19:31:40-07:00
by anthony
Looks like you are missing the '/' at the start of your file paths. making them all relative to the scrips current running directory. That does not appear to be what you want!

Re: convert and resize error

Posted: 2007-06-18T11:23:01-07:00
by Bonzo
I have tried your code with relative paths and it seemed to work OK.

Your code is very complicated for what you are doing - loading variables into variables etc.

There are some samples of how I do it here http://www.rubblewebs.co.uk/imagemagick/code.php These examples could probably be shorter now since I have learnt more; I will look at them again one day when I get the time!