Skip to content

1.8.1 Multi resize and image watermarking

Compare
Choose a tag to compare
@vanyossi vanyossi released this 11 Oct 03:22
· 319 commits to master since this release

After a few months in the cold I bring you v1.8.1 with some new functionality

Multiresize

In the list of images is now possible to select more than one size, so in one go you can create multiple sizes of all the files selected for processing

Image watermark

This version adds a rudimentary way of working with image watermarks. I call it rudimentary as you need set the image path and image position in the presets.config file. The new options are

  • wmimsrc "" ; Here you add the image URI, absolute paths are prefered
  • wmimpos "Center" ; The place to put the image (accepts North, NorthEast, etc...)
  • wmimsize "90%" ; This one is ignored at the moment
  • wmimcomp "Over" ; Image blending mode, available options can be found using ~$: identify -list compose : in the terminal

This is by far perfect or practical, but can be used if you need image watermarking capabilities.