Can, anybody tell me about Image Magic. :shock:
How can i install it offline. I am working on Window 98 Operating system.
Thanls in advance.
Vikas Garg
Moderators: macek, egami, gesf



<?php
$imagemagick_path = "c:\\imagemagick\\";
$new_size = "100"; //imagemagick automatically keeps proportions unless told no to.
$file = "c:\\apache\\htdocs\\uploads\\newfile.jpg"; //full path to file you want to resize
//this example uses mogrify which modifies a file and replaces the file. For an input/ouput function use convert instead
shell_exec($imagemagick_path.'mogrify -resize '.$new_size.'x'.$new_size.' '.$file);

Redcircle wrote:The funny thing is there is no relation of imagagick to php at all.

Return to PHP coding => Images
Users browsing this forum: No registered users and 1 guest