All public logs

Jump to navigation Jump to search

Combined display of all available logs of Braindump. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:25, 16 April 2022 Jan talk contribs created page Photography (Created page with "== Migrate to dcraw == for i in $(find . -name "DSC_235*.NEF" -type f); do dcraw -c -w "$i" | convert - ${i%\.*}.jpeg" done # dcraw --wb=camera --exposure=auto --black-point=auto --overwrite --shrink=2 --saturation=1.3 $i --out-type=jpg --output="${OUT}/${i}.jpeg" dcraw -c -w DSC_2351.NEF | convert - /home/jan/DSC_2351.jpeg == Move all NEF files == based on the create date move the NEF files in a folder based on their year and month OUT=/share/CACHEDEV1_DATA/...")