Add new comment

LibRaw 0.7.0 Alpha-5

LibRaw 0.7.0-Alpha5 released.

This version introduces new input API and several minor changes:

  • New C++-class based input API. It is possible to create your own input object if LibRaw types do not suit well for your task
    (e.g. direct downloads of RAWs from PPTP cameras and so on).
  • Two ready-to-use input object types are included in LibRaw: file_datastream (to use with file in filesystem) and buffer_datastream (to input RAW data from memory buffer).
  • Small changes in callback API.
  • Fresh dcraw imported.

See Changelog for more detailed explanation.

This version available for download at usual place.