fgnm / LibRaw

LibRaw is a library for reading RAW files from digital cameras (Android Wrapper)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibRaw

This library is a part of Bacon Camera and it provides a wrapper to LibRaw in Android platform.

LibRaw is a library for reading RAW files from digital photo cameras (CRW/CR2, NEF, RAF, DNG, MOS, KDC, DCR, etc, virtually all RAW formats are supported).

It pays special attention to correct retrieval of data required for subsequent RAW conversion.

The library is intended for embedding in RAW converters, data analyzers, and other programs using RAW files as the initial data.

License

LibRaw library, Copyright (C) 2008-2016 LibRaw LLC (info@libraw.org) The library includes source code from

 dcraw.c, Dave Coffin's raw photo decoder
 Copyright 1997-2016 by Dave Coffin, dcoffin a cybercom o net

LibRaw is distributed for free under two different licenses:

  • LICENSE.LGPL GNU Lesser General Public License, version 2.1
  • LICENSE.CDDL COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

You may use one of these licensing modes and switch between them.

If you modify LibRaw source and made your changes public, you should accept both two licensing modes for your changes/additions.


RawUtils is a part of FreeDcam project.

Copyright (C) 2015 George Kiarie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

About

LibRaw is a library for reading RAW files from digital cameras (Android Wrapper)

License:Other


Languages

Language:C++ 92.9%Language:C 7.0%Language:Makefile 0.1%