convert: unable to open image
Posted: 2012-02-23T05:58:06-07:00
I can't even seem to get the most basic of functions to work in Imagemagick...
Simply trying to convert from one format to another in Imagemagick with the code:
convert test1.jpg test1.tiff
gives the error:
convert: unable to open image `test1.jpg': @ error/blob.c/OpenBlob/2498.
convert: missing an image filename `test1.tiff' @ error/convert.c/ConvertImageCommand/2970.
I've even changed the permissions of the file, but it has no effect. I am in the correct directory by the way...
Does anyone have any ideas?
I'm running Ubuntu 11.04
Thanks.
Simply trying to convert from one format to another in Imagemagick with the code:
convert test1.jpg test1.tiff
gives the error:
convert: unable to open image `test1.jpg': @ error/blob.c/OpenBlob/2498.
convert: missing an image filename `test1.tiff' @ error/convert.c/ConvertImageCommand/2970.
I've even changed the permissions of the file, but it has no effect. I am in the correct directory by the way...
Does anyone have any ideas?
I'm running Ubuntu 11.04
Thanks.