Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 08-24-2007, 12:33 PM Imagemagick Help
Extreme Talker

Posts: 199
Trades: 0
I've installed Imagemajick. phpinfo() shows it and GDlib 2.0 installed properly. I have tried multiple tests to get it to work and all have failed. Can someone please tell me what i am doing wrong. Below is my current test script. All images and php are in the same dir for testing. Thanks.

PHP Code:
<?
exec
("convert file.jpg -resize 100x75 new_file.jpg");

// display original photo
if (file_exists('file.jpg'))
    {
?>
<p>Original Photo:<br /><img src="file.jpg"></p>
<?
    
}
else
    {
?>
<p>Original Photo: Not Found</p>
<?
    
}

if (
file_exists('new_file.jpg'))
    {
?>
<p>Thumbnail:<br /><img src="new_file.jpg"></p>
<?
    
}
else
    {
?>
<p>Thumbnail: Unable to Create</p>
<?
    
}
?>
"Thumbnail: Unable to Create" is always the result.
empiresolutions is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-24-2007, 12:45 PM Re: Imagemagick Help
Extreme Talker

Posts: 199
Trades: 0
woops. it works fine. i just had to change folder/file permissions.
empiresolutions is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Imagemagick Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41196 seconds with 12 queries