Results 1 to 4 of 4

Thread: Installing imagemagick

  1. #1
    Join Date
    Sep 2008
    Beans
    193
    Distro
    Ubuntu 12.04 Precise Pangolin

    Installing imagemagick

    I tried to install imagemagick with this command

    sudo apt-get install imagemagick
    It installed, but how can I find the path to my imagemagick, and is that all ? Is it working now ?

    I tried display, but it came up with this error

    display: unable to open X server `' @ error/display.c/DisplayImageCommand/426.
    Thanks

  2. #2
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Installing imagemagick

    The package imagemagick is a set of CLI tools.
    Code:
    man imagemagick

  3. #3
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Installing imagemagick

    Quote Originally Posted by oldos2er View Post
    The package imagemagick is a set of CLI tools.
    Code:
    man imagemagick
    ..and the most commonly used commands from the package are 'convert' and 'mogrify'.

    However, the command 'display' should have brought up a GUI application that comes with it. Not sure why the error came up.

    For both general and advanced usage, this page (and the linked ones) can be very useful : http://www.imagemagick.org/Usage/
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  4. #4
    Join Date
    Sep 2008
    Beans
    193
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing imagemagick

    Thanks
    Last edited by AvengerX9; April 23rd, 2013 at 05:22 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •