» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:Open-Software-License + graphics

ImageMagick

ImageMagick is a command line utility for converting and manipulating image files in X. It’s implemented in C++ as a variety of utilities, which can perform a wide array of functions for working with images.

Utilities

  • convert—convert between formats, resize, blur, crop, despeckle, dither, draw on, flip, join, re-sample, etc.
  • identify—describes one or more image files’ characteristics.
  • mogrify—convert, but overwrite the file and convert in place.
  • composite—create a composite image from two.
  • montage—create a composite image from many, in a tiled wall, optionally including borders/frames.
  • compare—display mathematical and visual differences between an image and an image reconstruction.
  • display—displays the image on a target X server.
  • animate—animates a sequence of images on a target X server.
  • import—takes a screenshot from a X window server, with various screenshot options.
  • conjure—executes a Magick Scripting Language script.

Language Interfaces

There are a wide variety of interfaces to allow interaction between various languages and ImageMagick: PerlMagick, Magick++ , PythonMagick, RMagick, MagickWand for PHP, PascalMagick, and JMagick.