Directory Opus 9 Logo

Raw Digital Camera Viewer

Plugin for Directory Opus

Allows you preview, decode and convert raw digital camera images in Opus.

Directory Opus is a file manager for Windows. Read my guide, Getting to know Directory Opus, for an introduction.

The plugin allows you to preview, decode and convert many raw digital camera formats within Opus. The plugin supports the Adobe DNG format as well as the proprietary formats used by hundreds of different camera models.

The plugin is based on dcraw by Dave Coffin. See his page for the long list of supported cameras. (This list is also visible in the plugin's configuration window.)

The plugin also gives Opus support for a subset of the PNM image format. (PNM support is present more for technical reasons than anything else. Maybe someone will find it useful, though.)

(This plugin is basically a re-write and replacement of the raw support in the old JP2Raw Plugin.)

Raw image details and preview panel
Raw image details and preview panel in Directory Opus.
Raw image thumbnails and viewer window
Raw image thumbnails and viewer window in Directory Opus.
Raw image conversion
Raw image conversion in Directory Opus.
One-click batch conversion is also possible.
Raw plugin configuration
Raw plugin configuration in Directory Opus.

The Raw Digital Camera plugin is packaged as part of Directory Opus itself but you may sometimes find a newer version here.

  • General:

    • Opus is installed to C:\Program Files\GPSoftware\Directory Opus by default.
    • Opus, unless configured otherwise, will continue to run even after all its windows are closed. See: How to Exit Directory Opus.
    • The 64-bit zip file includes both the 32-bit and 64-bit DLLs. The 32-bit copy in the x86 directory exists so that you can export a 32-bit version of Opus to a USB stick.

  • Directory Opus 10 32-bit:

    You should already have version 2.2.0.0 of the plugin. You can update to 2.2.0.1:

    1. Download opus10_dcrawrap_2201_32bit.zip (PGP sig).
    2. Exit Directory Opus.
    3. Copy the Viewers directory from the zip to your Opus installation (where there should already be a directory with the same name).
    4. Restart Directory Opus.

  • Directory Opus 10 64-bit:

    You should already have version 2.2.0.0 of the plugin. You can update to 2.2.0.1:

    1. Download opus10_dcrawrap_2201_64bit.zip (PGP sig).
    2. Exit Directory Opus.
    3. Copy the Viewers and x86 directories from the zip to your Opus installation (where there should already be two directories with the same names).
    4. Restart Directory Opus.

  • Directory Opus 9:

    You should already have the latest version of the plugin which still supports Opus 9 if you have the latest release of Opus 9.

    (Newer versions of the plugin require Directory Opus 10.)

  • Directory Opus 8:

    You should use the older JP2Raw Plugin instead as it works with Opus 8.

    The Raw Digital Camera plugin requires features of Opus 9 and will not work with Opus 8.

  • Directory Opus 6:

    There is no raw plugin which works with Opus 6.

Version 2.2.0.1 (4th July 2011):

  • Fixed crash if image loading cancelled just after it was started (e.g. if scrolling through raw images with the cursor keys while the viewer is open).

Version 2.2.0.0 (14th May 2011):

  • Included with Directory Opus 10.0.0.2.
  • Updated to DCRaw 9.08 code, adding & improving support for various cameras.

Version 2.0.0.4 (1st June 2009):

  • Included with Directory Opus 9.1.2.1.
  • Added several new file extensions to the defaults.
  • Fix for multi-threaded thumbnails not always working.
  • Fix for having to restart Opus for changes to the list of raw extensions to take effect.

Version 2.0.0.3 (22nd May 2009):

  • First proper release as part of Directory Opus 9.1.2.0.
  • This new plugin is basically a re-write of the raw support in the old JP2Raw plugin (which is why the version number has started at 2).
  • Supports 64-bit Windows/Opus.
  • Supports Opus running from USB sticks (i.e. no registry changes).
  • Supports many more camera formats compared to the old JP2Raw plugin.
  • Automatic rotation of thumbnail images where available. (The rotation data isn't available for some cameras.)
  • Separate configuration for the image converter, allowing you to keep thumbnails and previews quick but do slow, high-quality batch conversions when you want to turn your raw images into a standard format.

The plugin's C++ source code is available from the Pretentious Name Opus Plugin Source page.

The source code includes a custom wrapper around the original dcraw code to turn it into thread-safe, static-linked, resource-tracking C++ with support for UTF-16 filepaths.