Skip to content

c-14/mucrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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