Search found 6 matches

by webchap
2011-03-29T13:58:27-07:00
Forum: IMagick
Topic: Alternative to Imagick?
Replies: 12
Views: 30900

Re: Alternative to Imagick?

Bonzo - I can't thank you enough (and your daughter)!!

Works like a dream :)

Just tried adding a new product and it works fine and also editing a current image goes in fine too.

I owe you one! :) Very much appreciated.
by webchap
2011-03-29T13:14:27-07:00
Forum: IMagick
Topic: Alternative to Imagick?
Replies: 12
Views: 30900

Re: Alternative to Imagick?

Thank you so much for taking the time to do that for me, and thank your daughter. With the complete page here (your code instead of the previous): <?php $uploadedfile = $_FILES['userfile']['tmp_name']; //$uploadedfile_dimensions = getimagesize($uploadedfile); require "./admin_header.php"; $category ...
by webchap
2011-03-29T05:16:44-07:00
Forum: IMagick
Topic: Alternative to Imagick?
Replies: 12
Views: 30900

Re: Alternative to Imagick?

Thanks for the reply, I did see that example. I truly have no idea though which parts of the current code I need to rip out and which parts of the new code I need to add in and in what place. I don't have enough PHP knowledge to know unfortunately. With the sample code it refers to House.jpg and ...
by webchap
2011-03-29T03:13:14-07:00
Forum: IMagick
Topic: Alternative to Imagick?
Replies: 12
Views: 30900

Re: Alternative to Imagick?

Thanks for the help. Just looked at the info.php file and it has this listed: disable_functions system, exec, shell_exec, passthru, escapeshellcmd, popen, pcntl_exec and safe_mode - Off safe_mode_exec_dir - no value safe_mode_gid - Off safe_mode_include_dir - no value so I guess that is a no go? :(
by webchap
2011-03-29T02:58:10-07:00
Forum: IMagick
Topic: Alternative to Imagick?
Replies: 12
Views: 30900

Re: Alternative to Imagick?

Many thanks for the replies. As you can see from the code it is taking the uploaded image and creating a large and small version then uploading these images to a 'product_images' folder whilst recording the name of the images in the database against that product. What I am really struggling with is ...
by webchap
2011-03-29T01:46:44-07:00
Forum: IMagick
Topic: Alternative to Imagick?
Replies: 12
Views: 30900

Alternative to Imagick?

Hi there, I have recently taken over a website for a client and their site uses Image Magick and the Imagick module to re-size and upload images. I can add a new product to the database, the record goes in fine, as does the image file name into the MySQL database but the actual physical image does ...