Slashdot Mirror


Graphics Tricks from the Command Line

An anonymous reader writes "There's nothing quite like command-line tools for handling large batches of tasks, and image manipulations are no exception. Web developers and administrators will appreciate the ability to handle large numbers of files easily, either at the command line or in scripts. This article presents the ImageMagick suite, a Linux toolkit for sizing, rotating, converting, and otherwise manipulating images, in a huge number of formats, whether one or a hundred at a time."

3 of 68 comments (clear)

  1. Gallery by L.+VeGas · · Score: 4, Informative

    ImageMagick is used quite a bit with online photo galleries. Here is one of the most popular.

    1. Re:Gallery by crisco · · Score: 4, Informative

      While it's true that ImageMagick is used quite often for online photo galleries and that Gallery is very popular, Gallery doesn't use ImageMagick (except for the forthcoming v2.0). Instead, it uses NetPBM, another set of opensource image manipulation tools that deserve a little pimping along with ImageMagick.

      --

      Bleh!

    2. Re:Gallery by L.+VeGas · · Score: 4, Informative

      Not true, but an understandable mistake.

      The latest version of Gallery (1.3.4) can and does use ImageMagick as well as NetPBM. I know many that have it running on their sites. It's just that Gallery's documentation is poor and rarely updated.