Revision ee2ca0063786952991fa4040237d83967a770e2c authored by Roman Lebedev on 14 October 2016, 13:36:54 UTC, committed by Roman Lebedev on 14 October 2016, 13:36:54 UTC
* upstream/pr/1296:
  Nikon D70: reenable camera support after check, fixes #11219
2 parent s 7aa3363 + 111e767
Raw File
listcams.sh
#!/bin/sh

# TODO: extract basecurves, color matrices etc and create a complete html table for the web:
echo "cameras with profiled presets for denoising:"
grep '"model"' < data/noiseprofiles.json | sed 's/.*"model"[ \t]*:[ \t]*"\([^"]*\).*/\1/' | tr [:upper:] [:lower:] | sort | sed 's/$/<\/li>/' | sed 's/^/<li>/'
back to top