From 6492d6cd73e61b60c1f2df2e54918a3598ac5805 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 13 Apr 2008 07:16:41 +0200 Subject: [PATCH] cjpeg is not used - we do this with ImageMagick Signed-off-by: Andreas Unterkircher --- phpfspot_cfg.php.dist | 3 --- 1 file changed, 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() { -- 2.25.1