토론:Test
둘러보기로 가기
검색하러 가기
Whois 엔지니어분님, 안녕하세요.
위 메뉴의 + 또는 edit를 누르시고 답변을 주셔도 좋습니다. Zolaist 2009년 7월 6일 (월) 17:04 (KST)
wiki/LocalSettings.php의 관련 구문
제 wiki 설정 파일(wiki/LocalSettings.php)을 보면 아래와 같은 구절이 있습니다.
## To enable image uploads, make sure the 'images' directory ## is writable, then set this to true: $wgEnableUploads = true; $wgUseImageResize = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert";
wiki에서 그림 리사이즈 기능은 기본적으로 ImageMagick이란 소프트웨어를 사용하고 있는 것으로 알고 있습니다. 그리고 그 디폴트 경로는 /usr/bin/convert로 되어 있구요.
ImageMagick에 관한 사항은 아래를 참고하시면 됩니다.
Zolaist 2009년 7월 6일 (월) 17:48 (KST)