Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 267 Bytes

File metadata and controls

15 lines (14 loc) · 267 Bytes

Imago

A simple image manipulation tools. This is nothing but just a wrapper CLI application on top of stb_images library.

TODO

These new operations

  • brightness
  • rotation 90/180/270
  • invert color
r = 255 - r
g = 255 - g
b = 255 - b
  • flip x/y
  • blur