本館粉絲專頁

使用說明討論:沙盒:修訂版本之間的差異

分享此網頁到Facebook
分享此網頁到Plurk
分享此網頁到百度搜藏
分享此網頁到Twitter
分享此網頁到Del.icio.us
台灣棒球維基館
跳轉到: 導覽搜尋
(Imagemagick有Windows版本)
Imagemagick有Windows版本
第21行: 第21行:
 
感謝Swdsyu大師
 
感謝Swdsyu大師
  
== Imagemagick有Windows版本 ==
+
== 解決的方法 ==
  
 
其實Imagemagick有Windows版本,只是我一開始以為這套件是只有支援Linux,
 
其實Imagemagick有Windows版本,只是我一開始以為這套件是只有支援Linux,
第31行: 第31行:
 
同時也要更改/wiki/config/index.php與/includes/images.php,
 
同時也要更改/wiki/config/index.php與/includes/images.php,
  
因為路徑上windows用\\"\",而Linux用\\"/",同時我在懷疑是,當Wiki時在安裝時,會先偵測是否有Imagemagick套件,
+
因為路徑上windows用\\\"\",而Linux用\\\"/",同時我在懷疑是,當Wiki時在安裝時,會先偵測是否有Imagemagick套件,
  
 
有的話才會在網頁上出現並寫入Localsettings.php裡,因此我是先把現有的wiki目錄整個copy一個備份,
 
有的話才會在網頁上出現並寫入Localsettings.php裡,因此我是先把現有的wiki目錄整個copy一個備份,

2005年5月3日 (二) 20:59的修訂版本

目次

關於縮圖

縮圖處理好像還要一個外掛程式?叫 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大師

解決的方法

其實Imagemagick有Windows版本,只是我一開始以為這套件是只有支援Linux,

不過安裝上也有些麻煩,因為XP也有一個Convert.exe的檔案,網路是有人建議安裝Imagemagick後,要更改convert.exe為

im_convert.exe,並在機碼中,尋找convert.exe,並更改成im_convert.exe,

同時也要更改/wiki/config/index.php與/includes/images.php,

因為路徑上windows用\\\"\",而Linux用\\\"/",同時我在懷疑是,當Wiki時在安裝時,會先偵測是否有Imagemagick套件,

有的話才會在網頁上出現並寫入Localsettings.php裡,因此我是先把現有的wiki目錄整個copy一個備份,

再重新安裝wiki,並copy資料庫備份,才成功解決此問題.

另外就是上傳照片至Images目錄下,就Mediawiki而言,會自行新增目錄存放其照片,

所以Imagemagick的作用是將重新將照片產生縮放後的版本並存放在目錄裡,

但實際路徑就還看不出來規則是如何.