Subversion-Projekte lars-tiefland.ci

Revision

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

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