diff --git a/README.md b/README.md index 924aff2..2d4b042 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,14 @@ Options: --output - output name, defaults to 'output.png' ``` +Example: +``` +stack exec picedit -- dreamboy.jpg --grayscale --contrast 180 --gamma 2 --rotate 180 +``` + +![dreamboy](https://github.com/mdibaiee/picedit/blob/master/dreamboy.jpg?raw=true) +![output](https://github.com/mdibaiee/picedit/blob/master/output.png?raw=true) + Library ------- [Documentation available at hackage](https://hackage.haskell.org/package/picedit-0.1.0.0/docs/Data-Picture.html) diff --git a/dreamboy-gs.png b/dreamboy-gs.png deleted file mode 100644 index cae1f47..0000000 Binary files a/dreamboy-gs.png and /dev/null differ diff --git a/output.png b/output.png index 3f00c8e..20252dc 100644 Binary files a/output.png and b/output.png differ