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