Giter Club home page Giter Club logo

dustr's Introduction

Dustr

The light and interactive tool your crops need!

Dustr is a interactive and visual cropping tool, because even though the CLI is the best thing since sliced bread, cropping is one of those operation where seeing what you are doing is really more effective.

This tool is especially useful when you know the output size, but you need to pick the most aesthetically pleasing crop of the image.

Usage

Click to crop at a given geometry:

dustr -g 200x300 in.png out.jpg

Click and drag to crop:

dustr -s in.jpg selection.png

Tips

Fit an image to a specific format while keeping the aspect ratio. Useful for preprocessing huge wallpapers.

convert huge.jpg -resize "1920x1080^" resized.jpg

You can use this command to directly set a background from an ill-sized wallpaper

convert wallpaper.jpg -resize "1920x1080^" - | dustr -g 1920x1080 - - | feh --bg-fill -

Installation

Simple build to try it out:

make

System wide install:

sudo make install

TODO

  • Add magnifying glass feature
  • Add keyboard movement
  • Batch processing
  • Implicit output filename

dustr's People

Contributors

aearil avatar lanodan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

lanodan

dustr's Issues

mkdir -p missing for mandir

>>> Install media-gfx/dustr-9999 into /var/tmp/portage/media-gfx/dustr-9999/image
make -j8 install PREFIX=/usr 
mkdir -p "/var/tmp/portage/media-gfx/dustr-9999/image/usr/bin"
cp -f dustr "/var/tmp/portage/media-gfx/dustr-9999/image/usr/bin"
chmod 755 "/var/tmp/portage/media-gfx/dustr-9999/image/usr/bin/dustr"
cp -f dustr.1 "/var/tmp/portage/media-gfx/dustr-9999/image/usr/share/man/man1"
cp: cannot create regular file '/var/tmp/portage/media-gfx/dustr-9999/image/usr/share/man/man1': No such file or directory
make: *** [Makefile:17: install] Error 1

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.