This commit is contained in:
sh+git@codevoid.de 2019-10-27 20:06:09 +00:00
parent af4694e7d1
commit 8fc6320417
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ do
then
case "$(printf '%s' ${F##*.} | tr '[:upper:]' '[:lower:]')" in
jpg|jpeg|png|gif) add_image "$F" ;;
cr2|dng|nef) extract_raw "$F" && \
cr2|dng|nef) convert_raw "$F" && \
add_image "${F%%.*}_preview.jpg" ;;
*) console "Ignoring: $F" ;;
esac