Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (37 loc) · 1.12 KB

image-editing-cli

Note: [] means optional and all values are taken as float unless mentioned otherwise

General Commands:

  • load <filename>.<extension>
  • save [<filename>] [<extension>]
  • exit [save]
  • show [<filename>.<extension>]
  • undo
  • redo

Image Manipulation Commands:

  • greyscale
  • invert
  • solarize <"<" or ">"> <threshold value from 0 to 255>
  • contrast <value from -100 to 100>
  • resize <new number (integer) of rows> <new number (integer) of columns>
  • brightness <value from -100 to 100>
  • gamma correction <gamma value>
  • color pop <color name in English> [invert]
  • mean blur <kernel size (integer)>
  • gaussian blur <kernel size (integer)> [<sigma value, default sigma = 1>]
  • bgr <color name in English>

Functionalities:

  • greyscale conversion
  • inverting
  • solarizing
  • contrast sdjusting
  • resizing
  • brightness adjusting
  • temperature adjusting
  • gamma correction
  • color pop
  • mean blur
  • gaussian blur
  • color name in English to BGR
  • portrait mode
  • masking based on edge detection
  • saturation adjusting