Page 1 of 1
How to convert with folder ?
Posted: 2009-12-08T08:04:25-07:00
by stel2
Hi,
Sorry for my bad english....
I don't understand how to convert image in a folder like this exemple :
Code: Select all
convert images/test.jpg images/thumbnail/test_small.jpg
convert: unable to open image `images/test.jpg':
I can't use folder ?
Re: How to convert with folder ?
Posted: 2009-12-08T08:21:48-07:00
by jerusalem2
Convert the image to what?
Re: How to convert with folder ?
Posted: 2009-12-08T08:23:25-07:00
by stel2
I don't understand your question....
convert images/test.jpg images/thumbnail/test_small.jpg is an exemple....
Re: How to convert with folder ?
Posted: 2009-12-08T08:27:00-07:00
by Bonzo
Yes it will work with folders you have another problem - are you using windows php etc?
Re: How to convert with folder ?
Posted: 2009-12-08T08:31:14-07:00
by stel2
I use gentoo on a dedicated server.
Code: Select all
convert test.gif -coalesce -thumbnail 150 -deconstruct test-mini.gif
That work.
Code: Select all
convert images/test.gif -coalesce -thumbnail 150 -deconstruct images/thumbnail/test-mini.gif
Don't work : convert: unable to open image `images/test.jpg':
Re: How to convert with folder ?
Posted: 2009-12-08T10:56:02-07:00
by fmw42
perhaps use the full path from root
or your directories might not have the correct permissions