Code Monkey home page Code Monkey logo

bobd-watermark's Introduction

bobd-watermark

Tool to watermark images for big ocean, big data project

Usage:

This app is a Java application. You'll need to have Java 8+ installed to use it. To run it and have it display help, use:

java -jar bobd-watermark-0.1.0-all.jar --help

This will display:

watermark 0.1
Usage: watermark [options] source target watermark

  source                   The directory of images to add watermarks too.
  target                   The directory to write the watermarked images into.
  watermark                The path to the images to use as an overlay
  -w, --width <value>      The overlay width as fraction of the image. Between 0 and 1. Default if 0.4
  -c, --copyright <value>  The copyright owner
  -r, --credit <value>     Image credit
  -o, --overwrite          If this flag is present, overwrite any existing images
  --help                   Add a watermark to every jpg and png image in a directory

Command line example:

java -jar bobd-watermark-0.1.0-all.jar \
    -c "Monterey Bay Aquarium Research Institute" \
    -o -w 0.1 \
    ~/images/raw ~/images/watermarked ~/images/overlay.png

Build

This app is built with Gradle. Build it with:

gradle shadowJar

bobd-watermark's People

Contributors

hohonuuli avatar kevinsbarnard avatar

Watchers

 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.