From: Andreas Unterkircher Date: Sun, 13 Apr 2008 05:16:41 +0000 (+0200) Subject: cjpeg is not used - we do this with ImageMagick X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6492d6cd73e61b60c1f2df2e54918a3598ac5805;p=phpfspot.git cjpeg is not used - we do this with ImageMagick Signed-off-by: Andreas Unterkircher --- 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() {