aaphoto

aaphoto 0.45

Free and open source automatic photo adjusting software

<rendered-html><p>Auto Adjust Photo tries to give a solution for the automatic color correction of photos. This means setting the contrast, color balance, saturation and gamma levels of the image by analization.</p> <p>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.</p> </rendered-html>

https://github.com/log69/aaphoto
GNU General Public License v3.0 or later
main program: aaphotoprograms: aaphoto
Platforms (46)
aarch64-darwini686-linuxpowerpc-netbsdi686-freebsdi686-cygwinarmv6l-linuxarmv7a-netbsdi686-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aaphoto
];
Ad-hoc shell
nix-shell -p aaphoto
Flake (nix run)
nix run nixpkgs#aaphoto