Manual:$wgUseImageResize/ko
| Thumbnail settings: $wgUseImageResize | |
|---|---|
| Whether to enable dynamic server-side image resizing (thumbnailing) |
|
| 이 변수가 소개된 버전: | 1.2.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | true (1.10+)false (1.2-1.9) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
Details
To disable dynamic server-side image resizing (thumbnails), set $wgUseImageResize to false.
This parameter requires a functioning version of PHP's GD library or ImageMagick to take effect.
It has no effect if no image processing tool is available or configured.
Enabling resizing may generate error messages on pages with thumbnails if these components are improperly configured.
If you use ImageMagick, set $wgUseImageMagick to true in LocalSettings.php. Make sure the $wgImageMagickConvertCommand variable points to the (absolute) location of the convert command of your installation and that the command is executable by the web server process.
| 미디어위키 버전: | 1.10 – 1.14 |
This setting was deprecated in MediaWiki 1.10.0 and re-added in 1.15.0, it will not work in MediaWiki 1.11-1.14. In MW 1.10 and before, the default was false.
같이 보기
- 매뉴얼:이미지 관리 - for more details and configuration information
- $wgUseImageMagick