Subversion-Projekte lars-tiefland.ci

Revision

Revision 2136 | Revision 2140 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2136 Revision 2139
Zeile 160... Zeile 160...
160
			// Set the following option to false to enable resumable uploads:
160
			// Set the following option to false to enable resumable uploads:
161
			'discard_aborted_uploads' => true,
161
			'discard_aborted_uploads' => true,
162
			// Set to 0 to use the GD library to scale and orient images,
162
			// Set to 0 to use the GD library to scale and orient images,
163
			// set to 1 to use imagick (if installed, falls back to GD),
163
			// set to 1 to use imagick (if installed, falls back to GD),
164
			// set to 2 to use the ImageMagick convert binary directly:
164
			// set to 2 to use the ImageMagick convert binary directly:
165
			'image_library' => 1,
165
			'image_library' => 2,
166
			// Uncomment the following to define an array of resource limits
166
			// Uncomment the following to define an array of resource limits
167
			// for imagick:
167
			// for imagick:
168
			/*
168
			/*
169
			'imagick_resource_limits' => array(
169
			'imagick_resource_limits' => array(
170
			imagick::RESOURCETYPE_MAP => 32,
170
			imagick::RESOURCETYPE_MAP => 32,