diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-13 07:16:41 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-13 07:17:35 +0200 |
commit | 6492d6cd73e61b60c1f2df2e54918a3598ac5805 (patch) | |
tree | a6df741263ea063b376c2fd46efdd34d1095a776 | |
parent | dee52ad356dbabf693686fee2b0dc9138f265a3f (diff) |
cjpeg is not used - we do this with ImageMagick
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r-- | phpfspot_cfg.php.dist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index c792d06..4eb5894 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -116,9 +116,6 @@ class PHPFSPOT_CFG { /* 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() { |