[Olug-list] ImageMagick

Stein Vrale stein at terminator.net
Mon, 29 Dec 2003 13:50:59 +0100


On Mon, 29 Dec 2003 14:00:23 +0100
Per Inge Oestmoen <pioe@coldsiberia.org> wrote:

> Hva er kommandoen for =E5 starte ImageMagick??

RTFM! :)

$ man ImageMagick

ImageMagick(1)                                     ImageMagick(1)

       NAME     ImageMagick  -  commandline  utilities to create,
              edit, or convert images

SYNOPSIS
       animate [ options ... ] file [ [ options ... ] file ... ]

       composite [ options ... ] image composite [ mask ] compos=AD
       ited

       conjure [ options ... ] script.msl imagefiles

       convert  [  [ options ... ] [ input_file ...  ] ... [ out=AD
       put_file ] ]

       display [ options ... ] file ...  [ [options ... ]file ...
       ]

       identify file [ file ... ]

       import [ options ... ] file

       mogrify [ options ... ] file ...

       montage  [ options ... ] file [ [ options ... ] file ... ]
       output_file

DESCRIPTION
       ImageMagick provides a suite of commandline utilities  for
       creating, converting, editing, and displaying images:

       Display  is  a machine architecture independent image pro=AD
       cessing and display program. It can display  an  image  on
       any workstation display running an X server.

       Import  reads  an  image  from  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 por=AD
       tion of the screen.

       Montage creates a composite by combining several  separate
       images.  The  images are tiled on the composite image with
       the name of the image optionally appearing just below  the
       individual tile.

       Convert  converts  an input file using one image format to
       an output file with a differing image format.

       Mogrify transforms an image or a sequence of images. These
       transforms  include  image  scaling, image rotation, color
       reduction, and others. The transmogrified image overwrites
       the original image.

       Identify  describes  the format and characteristics of one
       or more image files. It will also report if  an  image  is
       incomplete or corrupt.

       Composite composites images to create new images.

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