Giter Site home page Giter Site logo

watermark's Introduction

watermark

A bash command to make watermarks on image. The tool is based on ImageMagick and Ghostscript. Most image formats are supported.

TOC

Dependencies

  • GNU bash, 4.4.12(1)-release or above
  • ImageMagick v7.0.7 or above
  • Ghostscript v9.22

Installation

  1. git clone https://github.com/adoyle-h/watermark.git <repo-path>
  2. ln -s <repo-path>/bin/watermark /usr/local/bin/watermark

Usage

Enter watermark for help.

Example

The origin image:

the-origin-image

Output:

the-covered-image

Reveal the watermarks

Adjust the color curves.

Origin Covered:

the-origin-image

Adjusted Covered:

the-covered-image

Change the author info

Defaults to my contact. You should set yours.

watermark -a <your-name> <image>

Change the annotate text

watermark --annotate <text> <image> to change the whole annotate text on footer

Change watermarks text

watermark -t <text> <image>

Change the transparency degree of watermarks text

watermark -d <number> <image>

watermark -d 50 ./docs/img/origin.jpg

Output:

Versioning

The versioning follows the rules of SemVer 2.0.0.

Attentions: anything may have BREAKING CHANGES at ANY TIME when major version is zero (0.y.z), which is for initial development and the public API should be considered unstable.

For more information on SemVer, please visit http://semver.org/.

Copyright and License

Copyright (c) 2018 ADoyle. The project is licensed under the Apache License Version 2.0.

See the LICENSE file for the specific language governing permissions and limitations under the License.

See the NOTICE file distributed with this work for additional information regarding copyright ownership.

watermark's People

Contributors

adoyle-h avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.