109
109
define("HV_CACHE_DIR", HV_ROOT_DIR . "/cache");
110
110
define("HV_CACHE_URL", HV_WEB_ROOT_URL . "/cache");
112
115
// Image compression settings (See http://www.imagemagick.org/script/command-line-options.php#quality)
113
116
define("PNG_LOW_COMPRESSION", 10); // Faster, large files
114
117
define("PNG_HIGH_COMPRESSION", 50); // Slower, smalle files