Correzione di foto in massa usando aaphoto

 

Questo è uno di quei programmini che bisogna sempre tenere a portata di mano, veramente utile completo e velocissimo. Il nome di questo programmino che si trova nei repository è aaphoto, e ti permette di migliorare il colore in automatico di tutte le foto in una determinata cartella, nonchè ridimensionarle, ruotarle, ecc. ecc..

 

Le opzioni supportate sono le seguenti:


    -h   --help          Print this help
    -v   --version       Print version information
    -a   --autoadjust    Auto adjust the colors of the image
    -o   --output        Set output directory
         --overwrite     Overwrite mode, the original source file is replaced
         --jpg           JPEG image output
         --jp2           JPEG 2000 image output
         --png           PNG image output with alpha channel support
         --bmp           BMP image output
    -r   --resize        Resize image taking the longer side in % or pixels
         --rotate90      Rotate image with 90 degrees clockwise
         --rotate180     Rotate image with 180 degrees
         --rotate270     Rotate image with 90 degrees counter-clockwise
         --flipx         Mirror image horizontally
         --flipy         Mirror image vertically
         --noexif        Save image without EXIF info
    -q   --quality       Set image quality from 1 to 100
    -t   --threads       Set number of working threads (default: autodetect)
    -s   --silent        Silent mode, no information printed during operation
         --quiet         ...same as above
    -V   --verbose       Print verbose information about processing
         --test          Print detailed test information into image

Esempi:

 

$ aaphoto -a -q85 *jpg

$ aaphoto -a -r600 -q85 *jpg

$ aaphoto -a --rotate90 -r70% -q 100 -o /nuova_cartella *.jpg

 

enjoy 😉