New version of plugin for reading digital camera raw images (ij-dcraw v.1.1.0)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

New version of plugin for reading digital camera raw images (ij-dcraw v.1.1.0)

Jarek Sacha-2
The DCRaw Reader plugin opens raw image from over 200 digital cameras
(Canon EOS 40D, Nikon D300, …). The binaries and source code the plugin
are available at:
http://ij-plugins.sourceforge.net/plugins/dcraw/
Note that reading of 48 bit RGB images requires ImageJ v.1.35p or newer.

The DCRaw Reader plugin decodes images using DCRAW program created by
Dave Coffin. The source code for DCRAW and the full list of supported
cameras can be found at: http://www.cybercom.net/~dcoffin/dcraw/ 
<http://www.cybercom.net/%7Edcoffin/dcraw/>

The DCRAW binaries for Linux and MS Windows are part of DCRaw Reader
plugin distribution. Binaries for Mac OS X can be found at:
http://www.insflug.org/raw/

Changes since v.1.0.1:
* DCRAW executable updated to v.8.81
* Add support for using camera white balance.
* Better describe interpolation options.
* Added support quick reading of half-size imaged (DCRAW -h )
* Added support for suppressing pixel scaling/rotation (DCRAW -j)
* Added ability to retrieve metadata that DCRAW extracts from image
files (DCRAW -v -i)
* Remove '-2' command line option for 8-bit non-linear, DCRaw v.8.80 no
longer is using it (is it a default now?).
* Change menu location of the plugin from Plugins>Input/Output to
Plugins>Input-Output to match IO plugins setup by standard ImageJ
installer.

Jarek