Skip to content

Releases: farhi/matlab-readraw

3rd official release: allow a better tuning of the RAW reader

18 Aug 12:16
2090ab5
Compare
Choose a tag to compare

This version allows to specify which RAW reader should be used with e.g.:

addpath /path/to/readraw
compile(readraw);               % checks for available readers and selects best
compile(readraw, 'compile');    % force manual compilation of e.g. unpackRaw and DCRAW
compile(readraw, 'dcraw_emu');  % use 'dcraw_emu' as reader

where you can give as 2nd argument dcraw_emu, dcraw, simple_dcraw, unpackRaw, libraw for use.

2nd official release 21.02

03 Feb 10:58
Compare
Choose a tag to compare

This release includes support for libraw, as well as legacy DCRAW binaries. Make sure file names do NOT contain spaces in their path, esp. under Windows.
Some recent RAW camera formats may not be supported, depending on the chosen RAW reader.

1st official release

22 Jul 06:32
Compare
Choose a tag to compare

This release includes DCRAW binaries. Make sure file names do NOT contain spaces in their path, esp. under Windows.
Some recent RAW camera formats may not be supported.