Raw enables you to upload RAW image files straight from your DSLR to WordPress with thumbnail support and without loosing or damaging the RAW file.
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.
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.
Ubuntu 13.10 and WordPress 3.9.2
raw
to the /wp-content/plugins/
directoryRaw supports DNG, CR2 and NEF out of the box. But you can use filters to add other formats.
Raw will tell you if ImageMagic is not installed
Contact your web hosting company.
If you have your own server:
Ubuntu/Debian:
sudo apt-get install php5-imagick
sudo service apache2 reload
Add special cases where the MIME type is not the same as the file ending.
For example DNG has the TIFF MIME type.
Add or remove supported RAW file types.