Info-SF

Convertir des photos RAW (.CR2) en JPG

sudo apt-get install ufraw-batch ufraw

## This will output (not replace) the file with a new extension.
## foo.CR2 exported to foo.png :

ufraw-batch –out-type png *.CR2

## Avec cette commande nous aurons une sortie vers le format jpeg avec une compression à 95 %, tout en conservant la balance de l’appareil photo (wb, white balance) :

ufraw-batch *.raw –silent –out-type=jpeg –compression=95 –wb=camera

See ufraw-batch –help and man ufraw-batch for more info.

https://doc.ubuntu-fr.org/ufraw

Quitter la version mobile