|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2004
8 posts
Gave thanks: 0
Thanked 0 times
|
ImageMagick doesn't convert
I'm trying to convert a set of images in a folder using ImageMagick. I have the path to ImageMagick as /usr/bin/X11/convert and verified it as version 6.2.7. The code i'm running is this snippet:
PHP Code:
Code:
/usr/bin/X11/convert /home/gr8bear/public_html/photos/files/2007-0112_Friday at Temple University/originals/IMG_0030.JPG -resize 450x450 /home/gr8bear/public_html/photos/files/2007-0112_Friday at Temple University/images/IMG_0030.JPG |
|
|
|
|
|
#3 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
|
The quotes were required because of the spaces in your path. With linux on the web, avoid path and filenames with spaces.
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|