Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 687 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 687 Bytes

libraw-sys

Raw bindings to the c api of libRaw

Usually points to the latest "early access" version of LibRaw

Currently uses mozjpeg-sys instead of libjpeg-sys for linking

Links to the following libraries:-

  • mozjpeg
  • libjpaser
  • zlib

Set LIBRAW_DIR to a locally cloned version of LibRaw to not clone from the public repo

export LIBRAW_DIR=/Users/fs0c131y/Projects/aftershoot/LibRaw

This repo is license under MIT but LibRaw itself uses either of the two

  1. GNU LESSER GENERAL PUBLIC LICENSE version 2.1
  2. COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

for the public version