LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-02-2011, 06:31 PM   #1
LAPIII
Member
 
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 350

Rep: Reputation: 7
I can't find an installed app!


I've got Imagemagick installed via Synaptic Package Manager and I can't find it using: whereis.

These are the installed files:

/.
/usr
/usr/bin
/usr/bin/animate
/usr/bin/compare
/usr/bin/composite
/usr/bin/conjure
/usr/bin/convert
/usr/bin/display
/usr/bin/identify
/usr/bin/import
/usr/bin/mogrify
/usr/bin/montage
/usr/bin/stream
/usr/lib
/usr/lib/mime
/usr/lib/mime/packages
/usr/lib/mime/packages/imagemagick
/usr/share
/usr/share/doc
/usr/share/doc/imagemagick
/usr/share/doc/imagemagick/NEWS.Debian.gz
/usr/share/doc/imagemagick/README.Debian
/usr/share/doc/imagemagick/README.txt.gz
/usr/share/doc/imagemagick/TODO.Debian
/usr/share/doc/imagemagick/changelog.Debian.gz
/usr/share/doc/imagemagick/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/ImageMagick.1.gz
/usr/share/man/man1/animate.1.gz
/usr/share/man/man1/compare.1.gz
/usr/share/man/man1/composite.1.gz
/usr/share/man/man1/conjure.1.gz
/usr/share/man/man1/convert.1.gz
/usr/share/man/man1/display.1.gz
/usr/share/man/man1/identify.1.gz
/usr/share/man/man1/import.1.gz
/usr/share/man/man1/mogrify.1.gz
/usr/share/man/man1/montage.1.gz
/usr/share/man/man1/stream.1.gz
/usr/share/menu
/usr/share/menu/imagemagick
/usr/share/pixmaps
/usr/share/pixmaps/display.xpm
 
Old 10-02-2011, 06:49 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
There is no binary called imagemagick.

See man ImageMagick

http://manpages.ubuntu.com/manpages/...eMagick.1.html

Code:
NAME
       ImageMagick  -  is a free software suite for the creation, modification
       and display of bitmap images.

SYNOPSIS
       convert input-file [options] output-file

OVERVIEW
       ImageMagick®, is a software suite to create, edit, and  compose  bitmap
       images.  It  can read, convert and write images in a variety of formats
       (about 100) including GIF, JPEG, JPEG-2000, PNG,  PDF,  PhotoCD,  TIFF,
       and  DPX.  Use  ImageMagick  to translate, flip, mirror, rotate, scale,
       shear and transform images, adjust image colors, apply various  special
       effects, or draw text, lines, polygons, ellipses and B\[’e]zier curves.

       ImageMagick  is  free  software  delivered  as  a  ready-to-run  binary
       distribution  or  as source code that you can freely use, copy, modify,
       and distribute. Its license is compatible with the GPL. It runs on  all
       major operating systems.

       The functionality of ImageMagick is typically utilized from the command
       line or you can use the features from programs written in your favorite
       programming  language.  Choose  from  these interfaces: MagickCore (C),
       MagickWand (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick
       (Lisp),  PascalMagick  (Pascal),  PerlMagick (Perl), MagickWand for PHP
       (PHP), PythonMagick (Python), RMagick (Ruby),  or  TclMagick  (Tcl/TK).
       With  a  language interface, use ImageMagick to modify or create images
       automagically and dynamically.

       ImageMagick  includes  a   number   of   command-line   utilities   for
       manipulating  images.  Most  of  you  are  probably accustom to editing
       images one at a time with a graphical user interface  (GUI)  with  such
       programs as gimp or Photoshop. However, a GUI is not always convenient.
       Suppose you want to process an image dynamically from a web  script  or
       you  want  to  apply  the  same  operations  to many images or repeat a
       specific operation at different times to the same or  different  image.
       For  these  types  of  operations,  the  command-line  image processing
       utility is appropriate.

       In the paragraphs below, find a short description for each command-line
       tool.Click  on the program name to get details on the program usage and
       a list of command-line options that alters how the program performs. If
       you  are  just getting acquianted with ImageMagick, start at the top of
       the list, the convert program, and work your way dowm. Also be sure  to
       peruse  Anthony  Thyssen’s tutorial on how to use ImageMagick utilities
       to convert, compose, or edit images from the command-line.

       convert

              convert between image formats as well as resize an image,  blur,
              crop,  despeckle,  dither,  draw  on, flip, join, re-sample, and
              much more.

       identify

              describes the format and characteristics of one  or  more  image
              files.

       mogrify

              resize  an  image, blur, crop, despeckle, dither, draw on, flip,
              join, re-sample, and much more. Mogrify overwrites the  original
              image file, whereas, convert writes to a different image file.

       composite

              overlaps one image over another.

       montage

              create  a  composite image by combining several separate images.
              The images are tiled on the composite  image  optionall  adorned
              with a border, frame, image name, and more.

       compare

              mathematically  and  visually annotate the difference between an
              image and its reconstruction..

       stream  is a lightweight tool to stream one or more pixel components of
              the  image  or  portion  of  the image to your choice of storage
              formats. It writes the pixel components as they  are  read  from
              the  input  image  a  row at a time making stream desirable when
              working  with  large  images  or  when  you  require  raw  pixel
              components.

       display

              displays an image or image sequence on any X server.

       animate

              animates an image sequence on any X server.

       import   saves  any  visible window on an X server and outputs it as an
              image file. You can capture a single window, the entire  screen,
              or any rectangular portion of the screen.

       conjure

              interprets  and executes scripts written in the Magick Scripting
              Language (MSL).

       For more information about  the  ImageMagick,  point  your  browser  to
       file:///usr/share/doc/imagemagick/index.html                         or
       http://www.imagemagick.org/.

SEE ALSO
       convert(1),   identify(1),   composite(1),   montage(1),    compare(1),
       display(1), animate(1), import(1), conjure(1), quantize(5), miff(4)

COPYRIGHT
       Copyright  (C)  1999-2009 ImageMagick Studio LLC. Additional copyrights
       and      licenses      apply      to      this      software,       see
       file:///usr/share/doc/imagemagick/www/license.html                   or
       http://www.imagemagick.org/script/license.php
 
Old 10-02-2011, 06:49 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
I have never used Imagemagick but it looks like all those items you see in /usr/bin are the Imagemagick executables.

According to this page, there does not seem to be an executable named "imagemagick." Rather, that appears to be a catch-all all name for them all.
 
Old 10-02-2011, 07:46 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Quote:
all those items you see in /usr/bin are the Imagemagick executables
Yes. As far as I know, it is a command line only utility. I would suggest the next source you investigate be: /usr/share/doc/imagemagick


You should be able to find a number of tutorials explaining in detail how to use the various commands.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ubuntu natty, caný find an app that is installed th1bill Ubuntu 1 07-01-2011 12:09 AM
uninstall app installed from source 7mza Linux - Newbie 5 05-08-2010 01:24 AM
Uninstall app installed with WIne android6011 Linux - Software 1 07-04-2006 09:11 AM
Creating shortcut for installed app DeanAL Linux - Newbie 3 04-05-2006 05:18 PM
how to find if an app is installed mikeghet Linux - Newbie 2 11-07-2004 02:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration