Lines Matching refs:If

43 …isplaying any information about your system. If true, phpThumbDebug and error messages will be dis…
44 …] = true; // DO NOT DISABLE THIS ON ANY PUBLIC-ACCESSIBLE SERVER. If disabled, your serve…
56 // If the directory is not writable no error will be generated but caching will be disabled.
66 $PHPTHUMB_CONFIG['cache_disable_warning'] = false; // If [cache_directory] is non-existant or not w…
67 $PHPTHUMB_CONFIG['cache_directory_depth'] = 2; // If this larger than zero, cache structure will be…
93 // If cache_default_only_suffix is non-empty, GETstring parameters (except 'src') are ignored and o…
109 // Leave this value as NULL in most cases. If you get errors about "failed to open <filename> for w…
117 $PHPTHUMB_CONFIG['prefer_imagemagick'] = true; // If true, use ImageMagick to resize thumbn…
118 $PHPTHUMB_CONFIG['imagemagick_use_thumbnail'] = true; // If true, use ImageMagick's "-thumbnail" r…
129 // NOTE: "max_source_pixels" only affects GD-resized thumbnails. If you have ImageMagick installed …
131 // If this is zero then no limit on source image dimensions.
132 // If this is nonzero then this is the maximum number of pixels the source image can have to be pro…
134 // source images (>2Mpx) and low PHP memory limits. If PHP runs out of memory the script will usual…
152 $PHPTHUMB_CONFIG['output_maxwidth'] = 0; // default maximum thumbnail width. If this is zero…
153 $PHPTHUMB_CONFIG['output_maxheight'] = 0; // default maximum thumbnail height. If this is zero…
165 …essed by phpThumb() (usually because source image is corrupt in some way). If false the source ima…
168 $PHPTHUMB_CONFIG['nohotlink_enabled'] = true; // If f…
174 $PHPTHUMB_CONFIG['nooffsitelink_enabled'] = true; // If
176 …= false; // If false will allow standalone calls to phpThumb(…
193 // If so, modify the $PHPTHUMB_CONFIG['mysql_query'] line to suit your database structure
227 $PHPTHUMB_CONFIG['allow_local_http_src'] = false; // If true, 'src' parameter can be "http:…
228 $PHPTHUMB_CONFIG['use_exif_thumbnail_for_speed'] = false; // If true, and EXIF thumbnail is availab…
236 // If any parameters are constant across ALL images, you can set them here