هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

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.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Raw” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Raw“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

0.2

  • Cleaned up the code and fixed descriptions

0.1

  • First version