這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Raw

描述

Raw enables you to upload RAW image files straight from your DSLR to WordPress.
Once the RAW image has been uploaded, Raw will create a JPEG copy and WordPress will then generate all thumbnails.

Features:

  • Upload RAW images like DNG, CR2 and NEF to WordPress

  • Works just like if you uploaded a JPEG.

  • Generates a copy for all thumbnail sizes

Raw currently supports DNG, CR2 and NEF out of the box but filters allows you to add support for more RAW image types.

Raw requires the PHP module ImageMagic (http://php.net/manual/book.imagick.php) to convert the RAW files to jpeg.

Tested on

Ubuntu 13.10 and WordPress 3.9.2

安裝

  1. Upload raw to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題

Which RAW image formats does Raw support?

Raw supports DNG, CR2 and NEF out of the box. But you can use filters to add other formats.

How do I know if I have ImageMagic?

Raw will tell you if ImageMagic is not installed

How do I install ImageMagic?

Contact your web hosting company.

If you have your own server:

Ubuntu/Debian:

  1. sudo apt-get install php5-imagick
  2. sudo service apache2 reload
Filter: upload_mimes_raw_file_types_special

Add special cases where the MIME type is not the same as the file ending.
For example DNG has the TIFF MIME type.

Filter: add_raw_mimes

Add or remove supported RAW file types.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Raw” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Raw 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.2

  • Cleaned up the code and fixed descriptions

0.1

  • First version