Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 528 Bytes

Readme.md

File metadata and controls

24 lines (14 loc) · 528 Bytes

mucrop

A minimal interactive image cropper

A simple interactive image cropping utility using ImageMagick and libxcb.

Current Status:

Release - 0.1.0
	This is the initial release. All necessary features are included, but may not be feature-complete.

INSTALL

see INSTALL

USAGE

mucrop <src_filename> [dst_filename]

KEYBINDINGS

  • w: writes the cropped image to <dst_filename> if given, otherwise rewrites <src_filename>
  • q: quits without writing
  • ESC: cancels the current crop operation