diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-02-19 17:26:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-19 17:26:32 +0700 |
commit | 0df71ef2bd2b628d64add49efad7a34134a650a6 (patch) | |
tree | 47d88519740a408b7902c542c15d7c4c08ea8bdd /graphics/aaphoto/README | |
parent | e969d8d01ffcb1f530cad3bf12f8f1ad591dc951 (diff) | |
download | slackbuilds-0df71ef2bd2b628d64add49efad7a34134a650a6.tar.gz |
graphics/aaphoto: Added (automatic color correction of photo).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/aaphoto/README')
-rw-r--r-- | graphics/aaphoto/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/aaphoto/README b/graphics/aaphoto/README new file mode 100644 index 0000000000..ef3743f4c3 --- /dev/null +++ b/graphics/aaphoto/README @@ -0,0 +1,13 @@ +Auto Adjust Photo is a tiny command-line image manipulation tool for +automatic color correction of photos. It tries to make the picture look +better. The program analyzes the histogram of the image and tries to set +the most optimal black and white point of the image. Removes the veiled +effect caused by the shifted colors, adjusts the color balance and +saturation, and corrects the gamma factor. + +This can be a solution for those kind of users who are not able to +manage and correct images with complicated graphical softwares, or just +simply don't intend to spend a lot of time with manually correcting the +images one-by-one. + +The program handles the following image formats: bmp, jpg, png. |