Lines Matching refs:source

51 …llowed_dirs']     = array(); // array of additional directories to allow source images to be read …
58 …che'.DIRECTORY_SEPARATOR; // set the cache directory to an absolute directory for all source images
59 … // set the cache directory relative to the source image - must start…
62 … // set the cache directory to an absolute directory for all source images
83 … // if true, source images obtained vi…
84 …PARATOR.'cache'.DIRECTORY_SEPARATOR.'source'.DIRECTORY_SEPARATOR; // set the cache directory for …
86 // * cache source modification date configuration
87 … // if true, local source images will not be checked for modification date and cached image will b…
88 …// if true, remote source images will not be checked for modification date and cached image will b…
95 // The '*' character MUST be used to represent the source image name
130 // maximum number of pixels in source image to attempt to process entire image in GD mode.
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 …umbnail width. If this is zero then default width is the width of the source image. This is alw…
153 …umbnail height. If this is zero then default height is the height of the source image. This is alw…
165 …rror message if source image cannot be processed by phpThumb() (usually because source image is co…
168 … // If false will allow thumbnailing from any source domain, if true th…
228 … equal to output image dimensions, use EXIF thumbnail rather than actual source image for generati…