jpg-config.inc

来自「极限网络智能办公系统 - Office Automation 2008 官方10」· INC 代码 · 共 31 行

INC
31
字号
<?php

define( "CSIMCACHE_DIR", "csimcache/" );
define( "CSIMCACHE_HTTP_DIR", "csimcache/" );
define( "CHINESE_TTF_FONT", "bkai00mp.ttf" );
define( "LANGUAGE_CYRILLIC", false );
define( "CYRILLIC_FROM_WINDOWS", false );
define( "MINCHO_TTF_FONT", "ipam.ttf" );
define( "PMINCHO_TTF_FONT", "ipamp.ttf" );
define( "GOTHIC_TTF_FONT", "ipag.ttf" );
define( "PGOTHIC_TTF_FONT", "ipagp.ttf" );
define( "DEFAULT_GFORMAT", "auto" );
define( "USE_TRUECOLOR", true );
define( "USE_LIBRARY_GD2", "auto" );
define( "USE_CACHE", false );
define( "READ_CACHE", true );
define( "USE_IMAGE_ERROR_HANDLER", true );
define( "INSTALL_PHP_ERR_HANDLER", false );
define( "CATCH_PHPERRMSG", true );
define( "USE_APPROX_COLORS", true );
define( "ERR_DEPRECATED", true );
define( "BRAND_TIMING", false );
define( "BRAND_TIME_FORMAT", "(%01.3fs)" );
define( "CACHE_FILE_GROUP", "wwwadmin" );
define( "CACHE_FILE_MOD", 436 );
define( "USE_BRESENHAM", false );
define( "_CSIM_SPECIALFILE", "_csim_special_" );
define( "_CSIM_DISPLAY", "_jpg_csimd" );
define( "_IMG_HANDLER", "__handle" );
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?