Looking for PHP CLI Image Editor Tool

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ralphNOSPAM@primemail.com

    Looking for PHP CLI Image Editor Tool

    I need to do some PHP CLI editing on some images - anyone recommend a
    class php image editing tool? I need non-GUI, in other words, to run
    from the PHP CLI.

    Thanks...

  • Craig Storey

    #2
    Re: Looking for PHP CLI Image Editor Tool

    ralphNOSPAM@pri memail.com wrote:[color=blue]
    > I need to do some PHP CLI editing on some images - anyone recommend a
    > class php image editing tool? I need non-GUI, in other words, to run
    > from the PHP CLI.
    >
    > Thanks...
    >[/color]

    You can call ImageMagick from the command line.

    Comment

    • ralphNOSPAM@primemail.com

      #3
      Re: Looking for PHP CLI Image Editor Tool

      On Mon, 26 Sep 2005 15:49:05 -0400, Craig Storey <cstorey@canada .com>
      wrote:
      [color=blue]
      >ralphNOSPAM@pr imemail.com wrote:[color=green]
      >> I need to do some PHP CLI editing on some images - anyone recommend a
      >> class php image editing tool? I need non-GUI, in other words, to run
      >> from the PHP CLI.
      >>
      >> Thanks...
      >>[/color]
      >
      >You can call ImageMagick from the command line.[/color]

      I was hoping to find something that uses GD already installed on my
      web server. It looks like IM is a tool that has to be installed on the
      server and my webmaster isn't keen on installing new tools. We have GD
      now so that is why I'm trying to find one that will work with GD.

      Comment

      • ralphNOSPAM@primemail.com

        #4
        Re: Looking for PHP CLI Image Editor Tool

        On Mon, 26 Sep 2005 15:49:05 -0400, Craig Storey <cstorey@canada .com>
        wrote:
        [color=blue]
        >ralphNOSPAM@pr imemail.com wrote:[color=green]
        >> I need to do some PHP CLI editing on some images - anyone recommend a
        >> class php image editing tool? I need non-GUI, in other words, to run
        >> from the PHP CLI.
        >>
        >> Thanks...
        >>[/color]
        >
        >You can call ImageMagick from the command line.[/color]

        I found the class script ImageEditor.php but I can't get it to work
        with GIF files. It works with PNG files but I can't get it to work
        with GIF files. The author seems to be stumped as to why.

        Has anyone used ImageEditor ?

        Comment

        Working...