for f in `find . -maxdepth 1 -type f -name "*.GPR"`; do ~/./bin/gpr/build/source/app/gpr_tools/gpr_tools -i $f "${f%%.*}.DNG" done