convert -resize large image -> error
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
The file is not there as you are trying to read the output file!!!!
The output filename must always be the LAST name on the command line.
The output filename must always be the LAST name on the command line.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
As I said. IM will consider the file as an image to read UNLESS it is the last argument on the command line.. Your last argument was 'all' as in "-debug all" and not the output file name!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/