Results 1 to 7 of 7

Thread: [SOLVED] Trying to Launch Imagemagick

  1. #1
    Join Date
    Mar 2007
    Location
    England & India
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question [SOLVED] Trying to Launch Imagemagick

    I have been trying to launch the "ImageMagick" program.
    The program is listed as installed in the synaptic package manager.
    If I type "imagemagick" into a terminal I get the message:
    andavane@andavane-desktop:~$ imagemagick
    bash: imagemagick: command not found
    andavane@andavane-desktop:~$
    I have looked and found what I think is the program in
    /usr/share/ImageMagick-6.2.4
    I see there is a folder and two files.
    I have put what I think is the correct file into the menu via alacarte but it won't run, as by this stage I am no longer understanding what I am doing.

    The reason I am trying to use this is because I have a photo which I want to reduce to a thumbnail to use as a logo.

    Thanks in advance for help.

    Regards

    John
    a) Sony Vaio VGN-S3HP (12.04 Precise)
    b) Lenovo Thinkpad X201i (12.04 Precise) Dual-boot ī Windows 7

  2. #2
    Join Date
    Mar 2007
    Location
    England & India
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Trying to Launch Imagemagick

    PS:
    Googling my query generates items with script which I simply do not understand.
    Regards
    John
    a) Sony Vaio VGN-S3HP (12.04 Precise)
    b) Lenovo Thinkpad X201i (12.04 Precise) Dual-boot ī Windows 7

  3. #3
    Join Date
    Mar 2008
    Location
    Nashville, Tennessee
    Beans
    287
    Distro
    Xubuntu 18.10 Cosmic Cuttlefish

    Re: Trying to Launch Imagemagick

    Try typing mogrify into your terminal.
    Linux Genuine Advantage: I am licensed!

    Spouting mindless hatred of all things Microsoft since... ummm... never.

  4. #4
    Join Date
    Nov 2006
    Location
    Norway
    Beans
    795
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Trying to Launch Imagemagick

    Imagemagick is not a gui program, but programs you can run from the command line.

    convert
    compose
    mogrify

    are some of the commands I remember. Have a look at imagemagick.org if you want to learn more.

    I you want a gui program try Gimp or Krita
    Open mind, open source!
    Keep control of computer usage with timekpr
    Screensaver for Amarok? AmarokScreenSaver
    My (Norwegian) blog about motorcycles and MotoGP

  5. #5
    Join Date
    Aug 2007
    Location
    127.0.0.1
    Beans
    1,800
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Trying to Launch Imagemagick

    Please refer to the manual

    Code:
    man imagemagick
    "Just in terms of allocation of time resources, religion is not very efficient. There's a lot more I could be doing on a Sunday morning."
    -Bill Gates

  6. #6
    Join Date
    Apr 2008
    Beans
    25

    Re: Trying to Launch Imagemagick

    Hi,
    There should be one gui application that comes with imagemagic, at least in the rpm distro there is (I am not at my Ubuntu machine at the moment). The application is called "display".

    bash$ display &

  7. #7
    Join Date
    Nov 2006
    Location
    Norway
    Beans
    795
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Trying to Launch Imagemagick

    Quote Originally Posted by gug@fnal.gov View Post
    Hi,
    There should be one gui application that comes with imagemagic, at least in the rpm distro there is (I am not at my Ubuntu machine at the moment). The application is called "display".

    bash$ display &
    Hum, I didn't know about that one. It is in Ubuntu too, but it wasn't as easy to use as Gimp. I would still prefer Gimp if I should make a thumbnail from one image. If I were to make thumbs from several images then I would use imagemagick.Imagemagick is great for scripts and batch processing of images. I use it a lot for my Amarok script (see sig).
    Open mind, open source!
    Keep control of computer usage with timekpr
    Screensaver for Amarok? AmarokScreenSaver
    My (Norwegian) blog about motorcycles and MotoGP

Tags for this Thread

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
  •