convert and resize error
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: convert and resize error
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!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: convert and resize error
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!
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!