Skip to content

Releases: ij-plugins/ijp-dcraw

ijp-dcraw v.1.7.0

02 Jul 22:09
v.1.7.0
d33e667
Compare
Choose a tag to compare

New features:

  • Read raw metadata using 'raw-identify' tool #7
  • Friendlier API for using DCRawReader from Java #11
  • Improve Java 8 binary compatibility #12
  • DCRaw Reader supports image flipping options #14

Bug fixes:

  • Some runtime errors are not show to the user #13

Plugin installation:

  1. Download ijp-dcraw_plugins_*_win_macos.zip from the [Releases] page. Binaries, taken from the LibRaw release are provided for Windows and macOS.
  2. Unzip to ImageJ plugins directory. By default, the DCRaw Reader looks for the dcraw_emu binary in the subdirectory "dcraw" of the ImageJ plugins folder.
  3. Restart ImageJ

ijp-dcraw v.1.6.0

16 Aug 01:47
Compare
Choose a tag to compare

This release is focussed on moving backend from original dcraw (that is no longer being developed) to dcraw_emu provided by LibRaw

GUI visible:

  • Add branding to plugin dialog #2
  • Update backend to libRaw/dcraw_emu #4
  • Add more options for demosaicing (added in libraw) #5
  • Add ACES color space available in LibRaw #6

API visible:

  • Move from 'net.sf.ij_plugins.dcraw' to 'ij_plugins.dcraw' package #1

Plugin installation:

  1. Download ijp-dcraw_plugins_*_win_macos.zip from the [Releases] page. Binaries, taken from the LibRaw release are provided for Windows and macOS.
  2. Unzip to ImageJ plugins directory. By default, the DCRaw Reader looks for the dcraw_emu binary in the subdirectory "dcraw" of the ImageJ plugins folder.
  3. Restart ImageJ

ijp-dcraw v.1.5.0

13 Aug 20:10
v.1.5.0
Compare
Choose a tag to compare

This a re-release of ij-dcraw v.1.5.0 published on 2014-03-04 on the old website. Below is the original release text. Some info may be outdated.

ij-dcraw plugin open raw images from digital cameras in ImageJ with a help of dcraw tool. The dcraw is a C program created by David Coffin. Over 500 various cameras are supported, including Adobe DNG. Full list can be found at dcraw home page in section "Supported Cameras".

You can control how raw or how processed the opened image is. This enables extracting sensor data that is lost when image is converted to a standard viewing format. You can chose to concentrate on image analysis rather than on making an eye-pleasing pictures.

The plugin installs under Plugins > Input-Output > DCRaw Reader.

For more information see |ij-dcraw home page](http://ij-plugins.sourceforge.net/plugins/dcraw/index.html).

Changes in 1.5.0

  • Upgrade dcraw converter to v.9.20.
  • Fix bug 30: correct support for file names with spaces.

Release files

  • ij-dcraw_bin_1.5.0.r*.zip - only ij-dcraw plugin, without dcraw executable.
  • ij-dcraw_native-bin-windows_1.5.0.r*.zip - ij-dcraw plugin with Windows dcraw executable.
  • ij-dcraw_native-bin-linux_1.5.0.r*.tar.gz - ij-dcraw plugin with Linux binaries (Ubuntu x64).
  • ij-dcraw_src_1.5.0.r*.zip - sources.

Installation:

  1. Download ij-dcraw_bin_*
  2. Unzip to ImageJ plugins directory. By default, the Reader looks for the dcraw binary in subdirectory dcraw of ImageJ plugins folder.
    An alternative location can be specified by adding property .dcrawExecutable.path to ImageJ properties file IJ_Props.txt located in ImageJ home directory. Here is an example:
    .dcrawExecutable.path=/apps/dcraw/dcraw
    Note period at the beginning of property name, it is required by ImageJ.
  3. Restart ImageJ