Help Me For ImageMagick

Discussion in 'PHP' started by A-Q, May 23, 2008.

  1. #1
    Hello,

    I have setup ImageMagick to my root with ssh:

    wget ftp://ftp.imagemagick.org/pub/ImageMagi ... 1-3.tar.gz
    gunzip ImageMagick-6.4.1-3.tar.gz
    tar -xf ImageMagick-6.4.1-3.tar
    cd ImageMagick-6.4.1
    ./configure
    make
    make install
    PHP:
    So, what will i do now?

    They say firstly install imagemagick, and then install imagick.

    But how? How will i install imagick now?

    I'm using dedicated server which is CENTOS Enterprise 4.6 i686 on standard.

    Please help me... Thanks...
     
    A-Q, May 23, 2008 IP
  2. NatalicWolf

    NatalicWolf Peon

    Messages:
    262
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Message me, I can do it for you for a small fee.:) Around $25 if thats good with you? Msg me on here.
     
    NatalicWolf, May 23, 2008 IP
  3. A-Q

    A-Q Active Member

    Messages:
    790
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    70
    #3
    Can anyone help me for free? :rolleyes:
     
    A-Q, May 24, 2008 IP
  4. NatalicWolf

    NatalicWolf Peon

    Messages:
    262
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    In that case, google it. I know there are tutorials for it. Compiling takes time.
     
    NatalicWolf, May 24, 2008 IP
  5. discoverclips

    discoverclips Peon

    Messages:
    491
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #5
    yeah those commands are fine. you don't need anything else. you can call imagemagick commands from php with exec() or system(). Find the path of imagemagick with "which convert", then do like so: exec("/usr/bin/convert picture.jpg -resize 10x10 output.jpg");
     
    discoverclips, May 24, 2008 IP
  6. A-Q

    A-Q Active Member

    Messages:
    790
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    70
    #6
    Thanks man. It's fixed. ;)
     
    A-Q, May 24, 2008 IP