Merge commit '4c61b7d3c3eb8d474ab54a2221eeb1a059dcd67d' into libraw-copylib
Upgrade LibRaw to snapshot 202403.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: 4channels.cpp
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Mon Feb 09, 2009
|
||||
*
|
||||
* LibRaw sample
|
||||
@@ -44,7 +44,7 @@ int main(int ac, char *av[])
|
||||
{
|
||||
usage:
|
||||
printf("4channels - LibRaw %s sample. %d cameras supported\n"
|
||||
"Usage: %s [-s N] [-g] [-A] [-B] [-N] raw-files....\n"
|
||||
"Usage: %s [-s N] [-g] [-A] [-B] raw-files....\n"
|
||||
"\t-s N - select Nth image in file (default=0)\n"
|
||||
"\t-g - use gamma correction with gamma 2.2 (not precise,use for "
|
||||
"visual inspection only)\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: dcraw_emu.cpp
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Sun Mar 23, 2008
|
||||
*
|
||||
* LibRaw simple C++ API sample: almost complete dcraw emulator
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: dcraw_half.c
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Sat Mar 8 , 2008
|
||||
*
|
||||
* LibRaw C API sample: emulates "dcraw -h"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: halt_mt.c
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Sat Mar 8, 2008
|
||||
*
|
||||
* LibRaw C API mutithreaded sample: emulates call to "dcraw -h [-w] [-a]
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: halt_mt_win32.c
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Sat Mar 8, 2008
|
||||
*
|
||||
* LibRaw C API mutithreaded sample: emulates call to "dcraw -h [-w] [-a]
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: mem_image.cpp
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
*
|
||||
* LibRaw mem_image/mem_thumb API test. Results should be same (bitwise) to
|
||||
dcraw [-4] [-6] [-e]
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: multirender_test.cpp
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Jul 10, 2011
|
||||
*
|
||||
* LibRaw simple C++ API: creates 8 different renderings from 1 source file.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: openvayer_sample.cpp
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Feb 11, 2020
|
||||
*
|
||||
* LibRaw simple C++ API: opens bayer data (Kodak KAI-0340 sensor) from buffer,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: postprocessing_benchmark.cpp
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Jul 13, 2011
|
||||
*
|
||||
* LibRaw simple C++ API: creates 8 different renderings from 1 source file.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: identify.cpp
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Sat Mar 8, 2008
|
||||
*
|
||||
* LibRaw C++ demo: emulates dcraw -i [-v]
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: raw2text.cpp
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Sun Sept 01, 2020
|
||||
*
|
||||
* LibRaw sample
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: simple_dcraw.cpp
|
||||
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Sat Mar 8, 2008
|
||||
*
|
||||
* LibRaw simple C++ API: emulates call to "dcraw [-D] [-T] [-v] [-e] [-4]"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* -*- C++ -*-
|
||||
* File: unprocessed_raw.cpp
|
||||
* Copyright 2009-2021 LibRaw LLC (info@libraw.org)
|
||||
* Copyright 2009-2024 LibRaw LLC (info@libraw.org)
|
||||
* Created: Fri Jan 02, 2009
|
||||
*
|
||||
* LibRaw sample
|
||||
|
Reference in New Issue
Block a user