summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_cfg.php.dist')
-rw-r--r--phpfspot_cfg.php.dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist
index 3e3a802..c792d06 100644
--- a/phpfspot_cfg.php.dist
+++ b/phpfspot_cfg.php.dist
@@ -113,6 +113,12 @@ class PHPFSPOT_CFG {
/* no need to modified anything below this line */
var $error_found = 0;
+ /* path to dcraw to decode Nikon's NEF format */
+ // var $dcraw_bin = "/usr/bin/dcraw";
+
+ /* path to cjpeg to create JPEG from dcraw's PPM output */
+ // var $cjpeg_bin = "/usr/bin/cjpeg";
+
public function __construct()
{