On Mon, Jul 4, 2016 at 4:44 PM, Ryan Freeman <r...@slipgate.org> wrote:

> You might be interested in the ImageMagick (or GraphicsMagick) packages.
> The latter is a fork of the former, but they both supply the same
> commands.  display, convert, mogrify are some of the commands available,
> and can be useful to do things on the fly in a scripted fasion if you'd
> like.

ImageMagick's monolithic design is inflexible. It either does what you
want or you're out of luck. netpbm is a better option for pretty much
everything that you could do with ImageMagick. And if it doesn't do
what you want, you can write your own filter and insert it into the
pipeline at an appropriate place.

Tet

--
I saw cout being shifted "Hello world" times to the left and stopped
right there. — Steve Gonedes

Reply via email to