Results 1 to 4 of 4

Thread: apply layer to multiple images

  1. #1
    Join Date
    Oct 2013
    Beans
    2

    Question apply layer to multiple images

    Hi,

    How can I apply a layer to a series of images? I want to apply a copyright, digital watermark, to a folder of images at once instead op applying it image per image.

    Can this be done with Gimp?

    Thank you

  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,115

    Re: apply layer to multiple images

    Welcome to the forums Johannes!

    Quote Originally Posted by Johannes_Grillet View Post
    I want to apply a copyright, digital watermark, to a folder of images at once instead op applying it image per image.
    Please try "Phatch" -
    Code:
    sudo apt-get install phatch
    It is a batch image processor especially designed for such tasks. Watermarking includes selecting your chosen image to overlay, select its orientation, position etc. and select its opacity.

    Basically, you select and 'Add' an action > customize it per your needs > save it > execute it on a selected directory. All through an intuitive GUI, although it's commandline version is also available (phatch-cli).

    It saves the results as 'copies', but still it is recommended to keep the originals safe, and only perform the actions on copies of the originals.
    Last edited by varunendra; October 19th, 2013 at 10:46 AM.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #3
    Join Date
    Aug 2011
    Location
    47°9′S 126°43W
    Beans
    2,172
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: apply layer to multiple images

    Quote Originally Posted by Johannes_Grillet View Post
    Hi,

    How can I apply a layer to a series of images? I want to apply a copyright, digital watermark, to a folder of images at once instead op applying it image per image.

    Can this be done with Gimp?

    Thank you
    Install the imagemagick package and use its "compose" command to merge your watermark on your images.
    Warning: unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.

  4. #4
    Join Date
    Oct 2013
    Beans
    2

    Re: apply layer to multiple images

    Thank you very much. Very useful information.

Bookmarks

Posting Permissions

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