cjpeg is not used - we do this with ImageMagick
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 13 Apr 2008 05:16:41 +0000 (07:16 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 13 Apr 2008 05:17:35 +0000 (07:17 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
phpfspot_cfg.php.dist

index c792d062ba29ee645e998922da4e27e91a552019..4eb5894fe4de1d04809f813972379204b0279ee8 100644 (file)
@@ -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()
    {