Find the answer to your Linux question:
Results 1 to 3 of 3
G'day everyone, I would like the ability to manipulate a jpg (bmp, gif and raw would be nice as well) while in BASH. To be more specific, I would like ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Location
    Sydney, Australia
    Posts
    51

    image manipulation in BASH

    G'day everyone,

    I would like the ability to manipulate a jpg (bmp, gif and raw would be nice as well) while in BASH. To be more specific, I would like to either add a water mark or a little section as a footer on the bottom of an image.

    I will be using this as part of a shell script to alter files in a directory on my webserver...

    Thanks for any ideas or alternative suggestions that you may have.

    Cheers,

    Griffo

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,096
    You could use imagemagick.
    Annotating -- IM v6 Examples
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Location
    Sydney, Australia
    Posts
    51
    Thanks, that looks like exactly what I'm looking for.

    I'll give it a shot tonight.

    Cheers,

    Griffo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •