|
本館粉絲專頁 |
|
|
使用說明討論:沙盒:修訂版本之間的差異
台灣棒球維基館
(→關於縮圖) |
(解決了) |
||
第16行: | 第16行: | ||
'''Edit''': Solution found! Submitted [http://bugzilla.wikimedia.org/show_bug.cgi?id=1684 patch] to bugzilla.wikimedia.org to fix the imagemagick error. Paths passed to the system() call needed to have quotation marks around them, lest spaces screw things up. The work-around seems to be to not use imagemagick. Furthermore, imagemagick screws up when making thumbnails of animated gifs (white noise on some frames), so it's best not to use it. | '''Edit''': Solution found! Submitted [http://bugzilla.wikimedia.org/show_bug.cgi?id=1684 patch] to bugzilla.wikimedia.org to fix the imagemagick error. Paths passed to the system() call needed to have quotation marks around them, lest spaces screw things up. The work-around seems to be to not use imagemagick. Furthermore, imagemagick screws up when making thumbnails of animated gifs (white noise on some frames), so it's best not to use it. | ||
+ | |||
+ | == 解決了 == | ||
+ | |||
+ | 感謝Swdsyu大師 |
2005年5月3日 (二) 17:41的修訂版本
目次[隱藏] |
關於縮圖
縮圖處理好像還要一個外掛程式?叫 ImageMagic 吧?
可是記得Swdsyu大師好像跟我提過XP不能裝 or 裝了不正常?
(按「編輯」旁的 「+」 回應本篇文章)
回應1
Test
Solution found
Thumbnails via Imagemagick don't work. They just display their alt text. I have imagemagick installed correctly, and have set all the proper variables in LocalSettings.php...
Edit: Solution found! Submitted patch to bugzilla.wikimedia.org to fix the imagemagick error. Paths passed to the system() call needed to have quotation marks around them, lest spaces screw things up. The work-around seems to be to not use imagemagick. Furthermore, imagemagick screws up when making thumbnails of animated gifs (white noise on some frames), so it's best not to use it.
解決了
感謝Swdsyu大師