mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-01 05:50:12 +02:00
comment postprocessing
This commit is contained in:
6
img.php
6
img.php
@@ -24,9 +24,9 @@ set_exception_handler('myExceptionHandler');
|
|||||||
|
|
||||||
|
|
||||||
// Use preprocessing of images
|
// Use preprocessing of images
|
||||||
define('PNG_FILTER', '/usr/local/bin/optipng -q');
|
#define('PNG_FILTER', '/usr/local/bin/optipng -q');
|
||||||
define('PNG_DEFLATE', '/usr/local/bin/pngout -q');
|
#define('PNG_DEFLATE', '/usr/local/bin/pngout -q');
|
||||||
define('JPEG_OPTIMIZE', '/usr/local/bin/jpegtran -copy none -optimize');
|
#define('JPEG_OPTIMIZE', '/usr/local/bin/jpegtran -copy none -optimize');
|
||||||
|
|
||||||
|
|
||||||
// Append ending slash
|
// Append ending slash
|
||||||
|
Reference in New Issue
Block a user