Giter Club home page Giter Club logo

picture-tools's Introduction

Helpful little tools and commands for pictures

Tools (for MacOS)

ExifTool

Read and write media meta data

$ brew install exiftool

Some helpful commands for Image Organization

Imagemagick

Install imagemagick (for High Sierra it only works from source and takes a long time)

$ brew install imagemagick --build-from-source

Use Cases

Rename pictures after create date

$ exiftool '-filename<CreateDate' -d %y%m%d_%H%M%S%%-c.%%le -r -ext jpg .

Renames all files in current folder after create create date read from the exif data from the file in the format with the example 200725_143915.jpg

Rotate images

Uses 'exiftool and sips (MacOS) or convert (Linux).

The script rotate.sh rotates every jpg images in the current folder based on it's exif data orientation in order to avoid that the images is shown wrongly rotated in some devices or tools.

$ cd <folder with jpgs>
$ rotate.sh

picture-tools's People

Contributors

snoopycode 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.